Html Css Color HEX #C97868 Contessa

📋 copy color: '#C97868'

red 201 ◦ green 120 ◦ blue 104

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

Shades of Contessa #C97868

Tints of Contessa #C97868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.24%

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 47.29%
G = 28.24%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C97868 (or 0xC97868) is known color: Contessa. HEX triplet: C9, 78 and 68. RGB value is (201,120,104). Sum of RGB (Red+Green+Blue) = 201+120+104=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C97868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97868 is #368797. Grayscale: #8E8E8E. Windows color (decimal): -3573656 or 6846665. OLE color: 6846665.

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

Color convert

RGB 201 120 104 -
CMYK 0 0.40 0.48 0.21
HSL 9.9º 0.47% 0.6% -
HSV(B) 9.9º 0.48% 0.79% -
XYZ 33.3 26.85 16.52 -
YUV 142.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 201 120 104 0 0.40 0.48 0.21 9.9 0.47 0.6
Hex C9 78 68 0 28 30 15 A 2F 3C
Octal 311 170 150 0 50 60 25 12 57 74
Binary 11001001 1111000 1101000 0 101000 110000 10101 1010 101111 111100

Color Harmonies of #C97868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97868

Black with #C97868

Text Example


Text Example

White with #C97868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97868; }

 p { color: rgb(201,120,104); }

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

background-color css

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

 a { background-color: rgb(201,120,104); }

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

border-color css

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

 span { border-color: rgb(201,120,104); }

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