Html Css Color HEX #C16560 Contessa

📋 copy color: '#C16560'

red 193 ◦ green 101 ◦ blue 96

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

Shades of Contessa #C16560

Tints of Contessa #C16560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

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

R = 49.49%
G = 25.9%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C16560 (or 0xC16560) is known color: Contessa. HEX triplet: C1, 65 and 60. RGB value is (193,101,96). Sum of RGB (Red+Green+Blue) = 193+101+96=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C16560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16560 is #3E9A9F. Grayscale: #808080. Windows color (decimal): -4102816 or 6317505. OLE color: 6317505.

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

Color convert

RGB 193 101 96 -
CMYK 0 0.48 0.50 0.24
HSL 3.09º 0.44% 0.57% -
HSV(B) 3.09º 0.5% 0.76% -
XYZ 28.76 21.49 13.7 -
YUV 127.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 193 101 96 0 0.48 0.50 0.24 3.09 0.44 0.57
Hex C1 65 60 0 30 32 18 3 2C 39
Octal 301 145 140 0 60 62 30 3 54 71
Binary 11000001 1100101 1100000 0 110000 110010 11000 11 101100 111001

Color Harmonies of #C16560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16560

Black with #C16560

Text Example


Text Example

White with #C16560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16560; }

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

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

background-color css

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

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

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

border-color css

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

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

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