Html Css Color HEX #C16F5F Contessa

📋 copy color: '#C16F5F'

red 193 ◦ green 111 ◦ blue 95

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

Shades of Contessa #C16F5F

Tints of Contessa #C16F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 48.37%
G = 27.82%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C16F5F (or 0xC16F5F) is known color: Contessa. HEX triplet: C1, 6F and 5F. RGB value is (193,111,95). Sum of RGB (Red+Green+Blue) = 193+111+95=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F5F is #3E90A0. Grayscale: #858585. Windows color (decimal): -4100257 or 6254529. OLE color: 6254529.

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

Color convert

RGB 193 111 95 -
CMYK 0 0.42 0.51 0.24
HSL 9.8º 0.44% 0.56% -
HSV(B) 9.8º 0.51% 0.76% -
XYZ 29.74 23.53 13.8 -
YUV 133.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 193 111 95 0 0.42 0.51 0.24 9.8 0.44 0.56
Hex C1 6F 5F 0 2A 33 18 A 2C 38
Octal 301 157 137 0 52 63 30 12 54 70
Binary 11000001 1101111 1011111 0 101010 110011 11000 1010 101100 111000

Color Harmonies of #C16F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F5F

Black with #C16F5F

Text Example


Text Example

White with #C16F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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