Html Css Color HEX #C85968 Cabaret

📋 copy color: '#C85968'

red 200 ◦ green 89 ◦ blue 104

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

Shades of Cabaret #C85968

Tints of Cabaret #C85968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 50.89%
G = 22.65%
B = 26.46%

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

#C85968 (or 0xC85968) is known color: Cabaret. HEX triplet: C8, 59 and 68. RGB value is (200,89,104). Sum of RGB (Red+Green+Blue) = 200+89+104=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C85968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85968 is #37A697. Grayscale: #7B7B7B. Windows color (decimal): -3647128 or 6838728. OLE color: 6838728.

HSL color Cylindrical-coordinate representation of color #C85968: hue angle of 351.89º 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 #C85968 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 89 104 -
CMYK 0 0.56 0.48 0.22
HSL 351.89º 0.5% 0.57% -
HSV(B) 351.89º 0.56% 0.78% -
XYZ 29.89 20.42 15.46 -
YUV 123.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 200 89 104 0 0.56 0.48 0.22 351.89 0.5 0.57
Hex C8 59 68 0 38 30 16 160 32 39
Octal 310 131 150 0 70 60 26 540 62 71
Binary 11001000 1011001 1101000 0 111000 110000 10110 101100000 110010 111001

Color Harmonies of #C85968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85968

Black with #C85968

Text Example


Text Example

White with #C85968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85968; }

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

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

background-color css

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

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

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

border-color css

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

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

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