Html Css Color HEX #C16F5D Contessa

📋 copy color: '#C16F5D'

red 193 ◦ green 111 ◦ blue 93

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

Shades of Contessa #C16F5D

Tints of Contessa #C16F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

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

R = 48.61%
G = 27.96%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C16F5D (or 0xC16F5D) is known color: Contessa. HEX triplet: C1, 6F and 5D. RGB value is (193,111,93). Sum of RGB (Red+Green+Blue) = 193+111+93=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F5D is #3E90A2. Grayscale: #858585. Windows color (decimal): -4100259 or 6123457. OLE color: 6123457.

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

Color convert

RGB 193 111 93 -
CMYK 0 0.42 0.52 0.24
HSL 10.8º 0.45% 0.56% -
HSV(B) 10.8º 0.52% 0.76% -
XYZ 29.65 23.5 13.33 -
YUV 133.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 193 111 93 0 0.42 0.52 0.24 10.8 0.45 0.56
Hex C1 6F 5D 0 2A 34 18 B 2D 38
Octal 301 157 135 0 52 64 30 13 55 70
Binary 11000001 1101111 1011101 0 101010 110100 11000 1011 101101 111000

Color Harmonies of #C16F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F5D

Black with #C16F5D

Text Example


Text Example

White with #C16F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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