#C85269

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

Shades of Cabaret #C85269

Tints of Cabaret #C85269

Color information

#C85269 (or 0xC85269) is unknown color: approx Cabaret. HEX triplet: C8, 52 and 69. RGB value is (200,82,105). Sum of RGB (Red+Green+Blue) = 200+82+105=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85269 is #37AD96. Grayscale: #777777. Windows color (decimal): -3648919 or 6902472. OLE color: 6902472.

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

Color convert

RGB20082105-
CMYK00.590.480.22
HSL348.31º51.75%55.29%-
HSV(B)348.31º59%78.43%-
XYZ29.3919.3315.55-
YUV119.9119.59185.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=51.68%
G=21.19%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008210500.590.480.22348.3151.7555.29
HexC8526903B301615c3437
Octal31012215107360265346467
Binary1100100010100101101001011101111000010110101011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85269; }

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

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

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

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

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

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

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

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