Html Css Color HEX #C85D73 Cabaret

📋 copy color: '#C85D73'

red 200 ◦ green 93 ◦ blue 115

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

Shades of Cabaret #C85D73

Tints of Cabaret #C85D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.79%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 49.02%
G = 22.79%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C85D73 (or 0xC85D73) is known color: Cabaret. HEX triplet: C8, 5D and 73. RGB value is (200,93,115). Sum of RGB (Red+Green+Blue) = 200+93+115=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D73 is #37A28C. Grayscale: #7F7F7F. Windows color (decimal): -3646093 or 7560648. OLE color: 7560648.

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

Color convert

RGB 200 93 115 -
CMYK 0 0.54 0.42 0.22
HSL 347.66º 0.49% 0.57% -
HSV(B) 347.66º 0.54% 0.78% -
XYZ 30.83 21.35 18.71 -
YUV 127.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 200 93 115 0 0.54 0.42 0.22 347.66 0.49 0.57
Hex C8 5D 73 0 36 2A 16 15C 31 39
Octal 310 135 163 0 66 52 26 534 61 71
Binary 11001000 1011101 1110011 0 110110 101010 10110 101011100 110001 111001

Color Harmonies of #C85D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D73

Black with #C85D73

Text Example


Text Example

White with #C85D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D73; }

 p { color: rgb(200,93,115); }

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

background-color css

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

 a { background-color: rgb(200,93,115); }

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

border-color css

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

 span { border-color: rgb(200,93,115); }

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