Html Css Color HEX #C85566 Cabaret

📋 copy color: '#C85566'

red 200 ◦ green 85 ◦ blue 102

#C85566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #C85566

Tints of Cabaret #C85566

RGB

 RED value IS 200 (78.52% from 255) = 51.68%

 GREEN value IS 85 (33.59% from 255) = 21.96%

 BLUE value IS 102 (40.23% from 255) = 26.36%

R = 51.68%
G = 21.96%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C85566 (or 0xC85566) is known color: Cabaret. HEX triplet: C8, 55 and 66. RGB value is (200,85,102). Sum of RGB (Red+Green+Blue) = 200+85+102=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85566 is #37AA99. Grayscale: #797979. Windows color (decimal): -3648154 or 6706632. OLE color: 6706632.

HSL color Cylindrical-coordinate representation of color #C85566: hue angle of 351.13º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85566 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 102 -
CMYK 0 0.58 0.49 0.22
HSL 351.13º 0.51% 0.56% -
HSV(B) 351.13º 0.58% 0.78% -
XYZ 29.47 19.74 14.83 -
YUV 121.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 200 85 102 0 0.58 0.49 0.22 351.13 0.51 0.56
Hex C8 55 66 0 3A 31 16 15F 33 38
Octal 310 125 146 0 72 61 26 537 63 70
Binary 11001000 1010101 1100110 0 111010 110001 10110 101011111 110011 111000

Color Harmonies of #C85566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85566

Black with #C85566

Text Example


Text Example

White with #C85566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85566; }

 p { color: rgb(200,85,102); }

 H1.HeaderClassName
 {
   color: #C85566;
 }
 .AnyTagClassName
 {
   color: #C85566;
 }
</style>

background-color css

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

 a { background-color: rgb(200,85,102); }

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

border-color css

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

 span { border-color: rgb(200,85,102); }

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