Html Css Color HEX #C87269 Contessa

📋 copy color: '#C87269'

red 200 ◦ green 114 ◦ blue 105

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

Shades of Contessa #C87269

Tints of Contessa #C87269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.21%

 BLUE value IS 105 (41.41% from 255) = 25.06%

R = 47.73%
G = 27.21%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C87269 (or 0xC87269) is known color: Contessa. HEX triplet: C8, 72 and 69. RGB value is (200,114,105). Sum of RGB (Red+Green+Blue) = 200+114+105=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C87269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87269 is #378D96. Grayscale: #8A8A8A. Windows color (decimal): -3640727 or 6910664. OLE color: 6910664.

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

Color convert

RGB 200 114 105 -
CMYK 0 0.43 0.48 0.22
HSL 5.68º 0.46% 0.6% -
HSV(B) 5.68º 0.48% 0.78% -
XYZ 32.39 25.33 16.55 -
YUV 138.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 200 114 105 0 0.43 0.48 0.22 5.68 0.46 0.6
Hex C8 72 69 0 2B 30 16 6 2E 3C
Octal 310 162 151 0 53 60 26 6 56 74
Binary 11001000 1110010 1101001 0 101011 110000 10110 110 101110 111100

Color Harmonies of #C87269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87269

Black with #C87269

Text Example


Text Example

White with #C87269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87269; }

 p { color: rgb(200,114,105); }

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

background-color css

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

 a { background-color: rgb(200,114,105); }

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

border-color css

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

 span { border-color: rgb(200,114,105); }

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