Html Css Color HEX #C17060 Contessa

📋 copy color: '#C17060'

red 193 ◦ green 112 ◦ blue 96

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

Shades of Contessa #C17060

Tints of Contessa #C17060

RGB

 RED value IS 193 (75.78% from 255) = 48.13%

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

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 48.13%
G = 27.93%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C17060 (or 0xC17060) is known color: Contessa. HEX triplet: C1, 70 and 60. RGB value is (193,112,96). Sum of RGB (Red+Green+Blue) = 193+112+96=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C17060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17060 is #3E8F9F. Grayscale: #868686. Windows color (decimal): -4100000 or 6320321. OLE color: 6320321.

HSL color Cylindrical-coordinate representation of color #C17060: hue angle of 9.9º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17060 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 96 -
CMYK 0 0.42 0.50 0.24
HSL 9.9º 0.44% 0.57% -
HSV(B) 9.9º 0.5% 0.76% -
XYZ 29.9 23.77 14.08 -
YUV 134.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 193 112 96 0 0.42 0.50 0.24 9.9 0.44 0.57
Hex C1 70 60 0 2A 32 18 A 2C 39
Octal 301 160 140 0 52 62 30 12 54 71
Binary 11000001 1110000 1100000 0 101010 110010 11000 1010 101100 111001

Color Harmonies of #C17060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17060

Black with #C17060

Text Example


Text Example

White with #C17060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17060; }

 p { color: rgb(193,112,96); }

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

background-color css

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

 a { background-color: rgb(193,112,96); }

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

border-color css

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

 span { border-color: rgb(193,112,96); }

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