Html Css Color HEX #C96966 Contessa

📋 copy color: '#C96966'

red 201 ◦ green 105 ◦ blue 102

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

Shades of Contessa #C96966

Tints of Contessa #C96966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25%

R = 49.26%
G = 25.74%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C96966 (or 0xC96966) is known color: Contessa. HEX triplet: C9, 69 and 66. RGB value is (201,105,102). Sum of RGB (Red+Green+Blue) = 201+105+102=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C96966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96966 is #369699. Grayscale: #858585. Windows color (decimal): -3577498 or 6711753. OLE color: 6711753.

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

Color convert

RGB 201 105 102 -
CMYK 0 0.48 0.49 0.21
HSL 1.82º 0.48% 0.59% -
HSV(B) 1.82º 0.49% 0.79% -
XYZ 31.54 23.48 15.44 -
YUV 133.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 201 105 102 0 0.48 0.49 0.21 1.82 0.48 0.59
Hex C9 69 66 0 30 31 15 2 30 3B
Octal 311 151 146 0 60 61 25 2 60 73
Binary 11001001 1101001 1100110 0 110000 110001 10101 10 110000 111011

Color Harmonies of #C96966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96966

Black with #C96966

Text Example


Text Example

White with #C96966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96966; }

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

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

background-color css

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

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

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

border-color css

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

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

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