Html Css Color HEX #C85767 Cabaret

📋 copy color: '#C85767'

red 200 ◦ green 87 ◦ blue 103

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

Shades of Cabaret #C85767

Tints of Cabaret #C85767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 51.28%
G = 22.31%
B = 26.41%

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

#C85767 (or 0xC85767) is known color: Cabaret. HEX triplet: C8, 57 and 67. RGB value is (200,87,103). Sum of RGB (Red+Green+Blue) = 200+87+103=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C85767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85767 is #37A898. Grayscale: #7A7A7A. Windows color (decimal): -3647641 or 6772680. OLE color: 6772680.

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

Color convert

RGB 200 87 103 -
CMYK 0 0.56 0.48 0.22
HSL 351.5º 0.51% 0.56% -
HSV(B) 351.5º 0.57% 0.78% -
XYZ 29.68 20.08 15.14 -
YUV 122.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 200 87 103 0 0.56 0.48 0.22 351.5 0.51 0.56
Hex C8 57 67 0 38 30 16 160 33 38
Octal 310 127 147 0 70 60 26 540 63 70
Binary 11001000 1010111 1100111 0 111000 110000 10110 101100000 110011 111000

Color Harmonies of #C85767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85767

Black with #C85767

Text Example


Text Example

White with #C85767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85767; }

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

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

background-color css

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

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

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

border-color css

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

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

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