Html Css Color HEX #C1715E Contessa

📋 copy color: '#C1715E'

red 193 ◦ green 113 ◦ blue 94

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

Shades of Contessa #C1715E

Tints of Contessa #C1715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 48.25%
G = 28.25%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1715E (or 0xC1715E) is known color: Contessa. HEX triplet: C1, 71 and 5E. RGB value is (193,113,94). Sum of RGB (Red+Green+Blue) = 193+113+94=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1715E is #3E8EA1. Grayscale: #868686. Windows color (decimal): -4099746 or 6189505. OLE color: 6189505.

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

Color convert

RGB 193 113 94 -
CMYK 0 0.41 0.51 0.24
HSL 11.52º 0.44% 0.56% -
HSV(B) 11.52º 0.51% 0.76% -
XYZ 29.92 23.96 13.64 -
YUV 134.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 193 113 94 0 0.41 0.51 0.24 11.52 0.44 0.56
Hex C1 71 5E 0 29 33 18 C 2C 38
Octal 301 161 136 0 51 63 30 14 54 70
Binary 11000001 1110001 1011110 0 101001 110011 11000 1100 101100 111000

Color Harmonies of #C1715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1715E

Black with #C1715E

Text Example


Text Example

White with #C1715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1715E; }

 p { color: rgb(193,113,94); }

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

background-color css

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

 a { background-color: rgb(193,113,94); }

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

border-color css

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

 span { border-color: rgb(193,113,94); }

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