#C74263

Color #C74263 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C74263

Tints of Cabaret #C74263

Color information

#C74263 (or 0xC74263) is unknown color: approx Cabaret. HEX triplet: C7, 42 and 63. RGB value is (199,66,99). Sum of RGB (Red+Green+Blue) = 199+66+99=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C74263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74263 is #38BD9C. Grayscale: #6D6D6D. Windows color (decimal): -3718557 or 6505159. OLE color: 6505159.

HSL color Cylindrical-coordinate representation of color #C74263: hue angle of 345.11º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74263 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB1996699-
CMYK00.670.500.22
HSL345.11º54.29%51.96%-
HSV(B)345.11º66.83%78.04%-
XYZ27.7516.9413.61-
YUV109.53122.06191.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 54.67%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=54.67%
G=18.13%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199669900.670.500.22345.1154.2951.96
HexC7426304332161593634
Octal307102143010362265316664
Binary11000111100001011000110100001111001010110101011001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74263; }

 p { color: rgb(199,66,99); }

 H1.HeaderClassName
 {
   color: #C74263;
 }
 .AnyTagClassName
 {
   color: #C74263;
 }
</style>
background-color css

<style>
 a { background-color: #C74263; }

 a { background-color: rgb(199,66,99); }

 div.DivClassName
 {
   background-color: #C74263;
 }
 .BgClassName
 {
   background-color: #C74263;
 }
</style>
border-color css

<style>
 span { border-color: #C74263; }

 span { border-color: rgb(199,66,99); }

 td.TdClassName
 {
   border-color: #C74263;
 }
 .TagClassName
 {
   border-color: #C74263;
 }
</style>