Html Css Color HEX #C16860 Contessa

📋 copy color: '#C16860'

red 193 ◦ green 104 ◦ blue 96

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

Shades of Contessa #C16860

Tints of Contessa #C16860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

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

R = 49.11%
G = 26.46%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C16860 (or 0xC16860) is known color: Contessa. HEX triplet: C1, 68 and 60. RGB value is (193,104,96). Sum of RGB (Red+Green+Blue) = 193+104+96=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C16860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16860 is #3E979F. Grayscale: #818181. Windows color (decimal): -4102048 or 6318273. OLE color: 6318273.

HSL color Cylindrical-coordinate representation of color #C16860: hue angle of 4.95º 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 #C16860 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 104 96 -
CMYK 0 0.46 0.50 0.24
HSL 4.95º 0.44% 0.57% -
HSV(B) 4.95º 0.5% 0.76% -
XYZ 29.05 22.08 13.8 -
YUV 129.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 193 104 96 0 0.46 0.50 0.24 4.95 0.44 0.57
Hex C1 68 60 0 2E 32 18 5 2C 39
Octal 301 150 140 0 56 62 30 5 54 71
Binary 11000001 1101000 1100000 0 101110 110010 11000 101 101100 111001

Color Harmonies of #C16860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16860

Black with #C16860

Text Example


Text Example

White with #C16860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16860; }

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

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

background-color css

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

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

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

border-color css

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

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

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