Html Css Color HEX #C16C5F Contessa

📋 copy color: '#C16C5F'

red 193 ◦ green 108 ◦ blue 95

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

Shades of Contessa #C16C5F

Tints of Contessa #C16C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.27%

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

R = 48.74%
G = 27.27%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C16C5F (or 0xC16C5F) is known color: Contessa. HEX triplet: C1, 6C and 5F. RGB value is (193,108,95). Sum of RGB (Red+Green+Blue) = 193+108+95=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C5F is #3E93A0. Grayscale: #848484. Windows color (decimal): -4101025 or 6253761. OLE color: 6253761.

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

Color convert

RGB 193 108 95 -
CMYK 0 0.44 0.51 0.24
HSL 7.96º 0.44% 0.56% -
HSV(B) 7.96º 0.51% 0.76% -
XYZ 29.42 22.89 13.69 -
YUV 131.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 193 108 95 0 0.44 0.51 0.24 7.96 0.44 0.56
Hex C1 6C 5F 0 2C 33 18 8 2C 38
Octal 301 154 137 0 54 63 30 10 54 70
Binary 11000001 1101100 1011111 0 101100 110011 11000 1000 101100 111000

Color Harmonies of #C16C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C5F

Black with #C16C5F

Text Example


Text Example

White with #C16C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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