Html Css Color HEX #C96E63 Contessa

📋 copy color: '#C96E63'

red 201 ◦ green 110 ◦ blue 99

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

Shades of Contessa #C96E63

Tints of Contessa #C96E63

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 99 (39.06% from 255) = 24.15%

R = 49.02%
G = 26.83%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C96E63 (or 0xC96E63) is known color: Contessa. HEX triplet: C9, 6E and 63. RGB value is (201,110,99). Sum of RGB (Red+Green+Blue) = 201+110+99=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E63 is #36919C. Grayscale: #888888. Windows color (decimal): -3576221 or 6516425. OLE color: 6516425.

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

Color convert

RGB 201 110 99 -
CMYK 0 0.45 0.51 0.21
HSL 6.47º 0.49% 0.59% -
HSV(B) 6.47º 0.51% 0.79% -
XYZ 31.92 24.47 14.85 -
YUV 135.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 201 110 99 0 0.45 0.51 0.21 6.47 0.49 0.59
Hex C9 6E 63 0 2D 33 15 6 31 3B
Octal 311 156 143 0 55 63 25 6 61 73
Binary 11001001 1101110 1100011 0 101101 110011 10101 110 110001 111011

Color Harmonies of #C96E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E63

Black with #C96E63

Text Example


Text Example

White with #C96E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E63; }

 p { color: rgb(201,110,99); }

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

background-color css

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

 a { background-color: rgb(201,110,99); }

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

border-color css

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

 span { border-color: rgb(201,110,99); }

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