Html Css Color HEX #C86A62 Contessa

📋 copy color: '#C86A62'

red 200 ◦ green 106 ◦ blue 98

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

Shades of Contessa #C86A62

Tints of Contessa #C86A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.24%

 BLUE value IS 98 (38.67% from 255) = 24.26%

R = 49.5%
G = 26.24%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C86A62 (or 0xC86A62) is known color: Contessa. HEX triplet: C8, 6A and 62. RGB value is (200,106,98). Sum of RGB (Red+Green+Blue) = 200+106+98=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A62 is #37959D. Grayscale: #858585. Windows color (decimal): -3642782 or 6449864. OLE color: 6449864.

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

Color convert

RGB 200 106 98 -
CMYK 0 0.47 0.51 0.22
HSL 4.71º 0.48% 0.58% -
HSV(B) 4.71º 0.51% 0.78% -
XYZ 31.18 23.47 14.44 -
YUV 133.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 200 106 98 0 0.47 0.51 0.22 4.71 0.48 0.58
Hex C8 6A 62 0 2F 33 16 5 30 3A
Octal 310 152 142 0 57 63 26 5 60 72
Binary 11001000 1101010 1100010 0 101111 110011 10110 101 110000 111010

Color Harmonies of #C86A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A62

Black with #C86A62

Text Example


Text Example

White with #C86A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A62; }

 p { color: rgb(200,106,98); }

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

background-color css

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

 a { background-color: rgb(200,106,98); }

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

border-color css

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

 span { border-color: rgb(200,106,98); }

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