Html Css Color HEX #C96D64 Contessa

📋 copy color: '#C96D64'

red 201 ◦ green 109 ◦ blue 100

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

Shades of Contessa #C96D64

Tints of Contessa #C96D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

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

R = 49.02%
G = 26.59%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C96D64 (or 0xC96D64) is known color: Contessa. HEX triplet: C9, 6D and 64. RGB value is (201,109,100). Sum of RGB (Red+Green+Blue) = 201+109+100=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D64 is #36929B. Grayscale: #878787. Windows color (decimal): -3576476 or 6581705. OLE color: 6581705.

HSL color Cylindrical-coordinate representation of color #C96D64: hue angle of 5.35º 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 #C96D64 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 109 100 -
CMYK 0 0.46 0.50 0.21
HSL 5.35º 0.48% 0.59% -
HSV(B) 5.35º 0.5% 0.79% -
XYZ 31.86 24.27 15.06 -
YUV 135.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 201 109 100 0 0.46 0.50 0.21 5.35 0.48 0.59
Hex C9 6D 64 0 2E 32 15 5 30 3B
Octal 311 155 144 0 56 62 25 5 60 73
Binary 11001001 1101101 1100100 0 101110 110010 10101 101 110000 111011

Color Harmonies of #C96D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D64

Black with #C96D64

Text Example


Text Example

White with #C96D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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