#CF5269

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

Shades of Cabaret #CF5269

Tints of Cabaret #CF5269

Color information

#CF5269 (or 0xCF5269) is unknown color: approx Cabaret. HEX triplet: CF, 52 and 69. RGB value is (207,82,105). Sum of RGB (Red+Green+Blue) = 207+82+105=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5269 is #30AD96. Grayscale: #7A7A7A. Windows color (decimal): -3190167 or 6902479. OLE color: 6902479.

HSL color Cylindrical-coordinate representation of color #CF5269: hue angle of 348.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5269 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20782105-
CMYK00.600.490.19
HSL348.96º56.56%56.67%-
HSV(B)348.96º60.39%81.18%-
XYZ31.320.3215.64-
YUV122118.41188.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.54%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=52.54%
G=20.81%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078210500.600.490.19348.9656.5656.67
HexCF526903C311315d3939
Octal31712215107461235357171
Binary1100111110100101101001011110011000110011101011101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5269; }

 p { color: rgb(207,82,105); }

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

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

 a { background-color: rgb(207,82,105); }

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

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

 span { border-color: rgb(207,82,105); }

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