Html Css Color HEX #C5706E Contessa

📋 copy color: '#C5706E'

red 197 ◦ green 112 ◦ blue 110

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

Shades of Contessa #C5706E

Tints of Contessa #C5706E

RGB

 RED value IS 197 (77.34% from 255) = 47.02%

 GREEN value IS 112 (44.14% from 255) = 26.73%

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 47.02%
G = 26.73%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5706E (or 0xC5706E) is known color: Contessa. HEX triplet: C5, 70 and 6E. RGB value is (197,112,110). Sum of RGB (Red+Green+Blue) = 197+112+110=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5706E is #3A8F91. Grayscale: #898989. Windows color (decimal): -3837842 or 7237829. OLE color: 7237829.

HSL color Cylindrical-coordinate representation of color #C5706E: hue angle of 1.38º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5706E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 110 -
CMYK 0 0.43 0.44 0.23
HSL 1.38º 0.43% 0.6% -
HSV(B) 1.38º 0.44% 0.77% -
XYZ 31.63 24.58 17.83 -
YUV 137.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 197 112 110 0 0.43 0.44 0.23 1.38 0.43 0.6
Hex C5 70 6E 0 2B 2C 17 1 2B 3C
Octal 305 160 156 0 53 54 27 1 53 74
Binary 11000101 1110000 1101110 0 101011 101100 10111 1 101011 111100

Color Harmonies of #C5706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5706E

Black with #C5706E

Text Example


Text Example

White with #C5706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5706E; }

 p { color: rgb(197,112,110); }

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

background-color css

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

 a { background-color: rgb(197,112,110); }

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

border-color css

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

 span { border-color: rgb(197,112,110); }

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