Html Css Color HEX #C85967 Cabaret

📋 copy color: '#C85967'

red 200 ◦ green 89 ◦ blue 103

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

Shades of Cabaret #C85967

Tints of Cabaret #C85967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 103 (40.63% from 255) = 26.28%

R = 51.02%
G = 22.7%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C85967 (or 0xC85967) is known color: Cabaret. HEX triplet: C8, 59 and 67. RGB value is (200,89,103). Sum of RGB (Red+Green+Blue) = 200+89+103=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C85967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85967 is #37A698. Grayscale: #7B7B7B. Windows color (decimal): -3647129 or 6773192. OLE color: 6773192.

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

Color convert

RGB 200 89 103 -
CMYK 0 0.56 0.48 0.22
HSL 352.43º 0.5% 0.57% -
HSV(B) 352.43º 0.56% 0.78% -
XYZ 29.84 20.4 15.2 -
YUV 123.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 200 89 103 0 0.56 0.48 0.22 352.43 0.5 0.57
Hex C8 59 67 0 38 30 16 160 32 39
Octal 310 131 147 0 70 60 26 540 62 71
Binary 11001000 1011001 1100111 0 111000 110000 10110 101100000 110010 111001

Color Harmonies of #C85967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85967

Black with #C85967

Text Example


Text Example

White with #C85967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85967; }

 p { color: rgb(200,89,103); }

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

background-color css

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

 a { background-color: rgb(200,89,103); }

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

border-color css

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

 span { border-color: rgb(200,89,103); }

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