Html Css Color HEX #C96964 Contessa

📋 copy color: '#C96964'

red 201 ◦ green 105 ◦ blue 100

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

Shades of Contessa #C96964

Tints of Contessa #C96964

RGB

 RED value IS 201 (78.91% from 255) = 49.51%

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 49.51%
G = 25.86%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C96964 (or 0xC96964) is known color: Contessa. HEX triplet: C9, 69 and 64. RGB value is (201,105,100). Sum of RGB (Red+Green+Blue) = 201+105+100=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C96964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96964 is #36969B. Grayscale: #858585. Windows color (decimal): -3577500 or 6580681. OLE color: 6580681.

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

Color convert

RGB 201 105 100 -
CMYK 0 0.48 0.50 0.21
HSL 2.97º 0.48% 0.59% -
HSV(B) 2.97º 0.5% 0.79% -
XYZ 31.44 23.44 14.92 -
YUV 133.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 201 105 100 0 0.48 0.50 0.21 2.97 0.48 0.59
Hex C9 69 64 0 30 32 15 3 30 3B
Octal 311 151 144 0 60 62 25 3 60 73
Binary 11001001 1101001 1100100 0 110000 110010 10101 11 110000 111011

Color Harmonies of #C96964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96964

Black with #C96964

Text Example


Text Example

White with #C96964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96964; }

 p { color: rgb(201,105,100); }

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

background-color css

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

 a { background-color: rgb(201,105,100); }

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

border-color css

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

 span { border-color: rgb(201,105,100); }

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