#CF4B62

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

Shades of Cabaret #CF4B62

Tints of Cabaret #CF4B62

Color information

#CF4B62 (or 0xCF4B62) is unknown color: approx Cabaret. HEX triplet: CF, 4B and 62. RGB value is (207,75,98). Sum of RGB (Red+Green+Blue) = 207+75+98=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4B62 is #30B49D. Grayscale: #757575. Windows color (decimal): -3191966 or 6441935. OLE color: 6441935.

HSL color Cylindrical-coordinate representation of color #CF4B62: hue angle of 349.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4B62 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB2077598-
CMYK00.640.530.19
HSL349.55º57.89%55.29%-
HSV(B)349.55º63.77%81.18%-
XYZ30.4519.1813.65-
YUV117.09117.23192.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=54.47%
G=19.74%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207759800.640.530.19349.5557.8955.29
HexCF4B62040351315e3a37
Octal317113142010065235367267
Binary11001111100101111000100100000011010110011101011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4B62; }

 p { color: rgb(207,75,98); }

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

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

 a { background-color: rgb(207,75,98); }

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

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

 span { border-color: rgb(207,75,98); }

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