Html Css Color HEX #C85667 Cabaret

📋 copy color: '#C85667'

red 200 ◦ green 86 ◦ blue 103

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

Shades of Cabaret #C85667

Tints of Cabaret #C85667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

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

R = 51.41%
G = 22.11%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C85667 (or 0xC85667) is known color: Cabaret. HEX triplet: C8, 56 and 67. RGB value is (200,86,103). Sum of RGB (Red+Green+Blue) = 200+86+103=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85667 is #37A998. Grayscale: #7A7A7A. Windows color (decimal): -3647897 or 6772424. OLE color: 6772424.

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

Color convert

RGB 200 86 103 -
CMYK 0 0.57 0.48 0.22
HSL 351.05º 0.51% 0.56% -
HSV(B) 351.05º 0.57% 0.78% -
XYZ 29.6 19.91 15.12 -
YUV 122.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 200 86 103 0 0.57 0.48 0.22 351.05 0.51 0.56
Hex C8 56 67 0 39 30 16 15F 33 38
Octal 310 126 147 0 71 60 26 537 63 70
Binary 11001000 1010110 1100111 0 111001 110000 10110 101011111 110011 111000

Color Harmonies of #C85667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85667

Black with #C85667

Text Example


Text Example

White with #C85667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85667; }

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

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

background-color css

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

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

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

border-color css

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

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

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