#C85C6A

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

Shades of Cabaret #C85C6A

Tints of Cabaret #C85C6A

Color information

#C85C6A (or 0xC85C6A) is unknown color: approx Cabaret. HEX triplet: C8, 5C and 6A. RGB value is (200,92,106). Sum of RGB (Red+Green+Blue) = 200+92+106=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C6A is #37A395. Grayscale: #7D7D7D. Windows color (decimal): -3646358 or 6970568. OLE color: 6970568.

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

Color convert

RGB20092106-
CMYK00.540.470.22
HSL352.22º49.54%57.25%-
HSV(B)352.22º54%78.43%-
XYZ30.2520.9716.09-
YUV125.89116.78180.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=50.25%
G=23.12%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009210600.540.470.22352.2249.5457.25
HexC85C6A0362F161603239
Octal31013415206657265406271
Binary1100100010111001101010011011010111110110101100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C6A; }

 p { color: rgb(200,92,106); }

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

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

 a { background-color: rgb(200,92,106); }

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

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

 span { border-color: rgb(200,92,106); }

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