Html Css Color HEX #C87364 Contessa

📋 copy color: '#C87364'

red 200 ◦ green 115 ◦ blue 100

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

Shades of Contessa #C87364

Tints of Contessa #C87364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.71%

 BLUE value IS 100 (39.45% from 255) = 24.1%

R = 48.19%
G = 27.71%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C87364 (or 0xC87364) is known color: Contessa. HEX triplet: C8, 73 and 64. RGB value is (200,115,100). Sum of RGB (Red+Green+Blue) = 200+115+100=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C87364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87364 is #378C9B. Grayscale: #8A8A8A. Windows color (decimal): -3640476 or 6583240. OLE color: 6583240.

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

Color convert

RGB 200 115 100 -
CMYK 0 0.42 0.5 0.22
HSL 0.48% 0.59% -
HSV(B) 0.5% 0.78% -
XYZ 32.25 25.46 15.27 -
YUV 138.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 200 115 100 0 0.42 0.5 0.22 9 0.48 0.59
Hex C8 73 64 0 2A 32 16 9 30 3B
Octal 310 163 144 0 52 62 26 11 60 73
Binary 11001000 1110011 1100100 0 101010 110010 10110 1001 110000 111011

Color Harmonies of #C87364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87364

Black with #C87364

Text Example


Text Example

White with #C87364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87364; }

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

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

background-color css

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

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

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

border-color css

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

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

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