Html Css Color HEX #C97163 Contessa

📋 copy color: '#C97163'

red 201 ◦ green 113 ◦ blue 99

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

Shades of Contessa #C97163

Tints of Contessa #C97163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.36%

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

R = 48.67%
G = 27.36%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C97163 (or 0xC97163) is known color: Contessa. HEX triplet: C9, 71 and 63. RGB value is (201,113,99). Sum of RGB (Red+Green+Blue) = 201+113+99=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C97163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97163 is #368E9C. Grayscale: #898989. Windows color (decimal): -3575453 or 6517193. OLE color: 6517193.

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

Color convert

RGB 201 113 99 -
CMYK 0 0.44 0.51 0.21
HSL 8.24º 0.49% 0.59% -
HSV(B) 8.24º 0.51% 0.79% -
XYZ 32.24 25.13 14.96 -
YUV 137.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 201 113 99 0 0.44 0.51 0.21 8.24 0.49 0.59
Hex C9 71 63 0 2C 33 15 8 31 3B
Octal 311 161 143 0 54 63 25 10 61 73
Binary 11001001 1110001 1100011 0 101100 110011 10101 1000 110001 111011

Color Harmonies of #C97163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97163

Black with #C97163

Text Example


Text Example

White with #C97163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97163; }

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

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

background-color css

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

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

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

border-color css

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

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

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