Html Css Color HEX #C16D5D Contessa

📋 copy color: '#C16D5D'

red 193 ◦ green 109 ◦ blue 93

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

Shades of Contessa #C16D5D

Tints of Contessa #C16D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 48.86%
G = 27.59%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C16D5D (or 0xC16D5D) is known color: Contessa. HEX triplet: C1, 6D and 5D. RGB value is (193,109,93). Sum of RGB (Red+Green+Blue) = 193+109+93=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D5D is #3E92A2. Grayscale: #848484. Windows color (decimal): -4100771 or 6122945. OLE color: 6122945.

HSL color Cylindrical-coordinate representation of color #C16D5D: hue angle of 9.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16D5D is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 109 93 -
CMYK 0 0.44 0.52 0.24
HSL 9.6º 0.45% 0.56% -
HSV(B) 9.6º 0.52% 0.76% -
XYZ 29.44 23.07 13.26 -
YUV 132.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 193 109 93 0 0.44 0.52 0.24 9.6 0.45 0.56
Hex C1 6D 5D 0 2C 34 18 A 2D 38
Octal 301 155 135 0 54 64 30 12 55 70
Binary 11000001 1101101 1011101 0 101100 110100 11000 1010 101101 111000

Color Harmonies of #C16D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D5D

Black with #C16D5D

Text Example


Text Example

White with #C16D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D5D; }

 p { color: rgb(193,109,93); }

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

background-color css

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

 a { background-color: rgb(193,109,93); }

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

border-color css

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

 span { border-color: rgb(193,109,93); }

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