Html Css Color HEX #C9716F Contessa

📋 copy color: '#C9716F'

red 201 ◦ green 113 ◦ blue 111

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

Shades of Contessa #C9716F

Tints of Contessa #C9716F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 47.29%
G = 26.59%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9716F (or 0xC9716F) is known color: Contessa. HEX triplet: C9, 71 and 6F. RGB value is (201,113,111). Sum of RGB (Red+Green+Blue) = 201+113+111=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9716F is #368E90. Grayscale: #8B8B8B. Windows color (decimal): -3575441 or 7303625. OLE color: 7303625.

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

Color convert

RGB 201 113 111 -
CMYK 0 0.44 0.45 0.21
HSL 1.33º 0.45% 0.61% -
HSV(B) 1.33º 0.45% 0.79% -
XYZ 32.86 25.38 18.2 -
YUV 139.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 201 113 111 0 0.44 0.45 0.21 1.33 0.45 0.61
Hex C9 71 6F 0 2C 2D 15 1 2D 3D
Octal 311 161 157 0 54 55 25 1 55 75
Binary 11001001 1110001 1101111 0 101100 101101 10101 1 101101 111101

Color Harmonies of #C9716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9716F

Black with #C9716F

Text Example


Text Example

White with #C9716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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