Html Css Color HEX #C17472 Contessa

📋 copy color: '#C17472'

red 193 ◦ green 116 ◦ blue 114

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

Shades of Contessa #C17472

Tints of Contessa #C17472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 45.63%
G = 27.42%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C17472 (or 0xC17472) is known color: Contessa. HEX triplet: C1, 74 and 72. RGB value is (193,116,114). Sum of RGB (Red+Green+Blue) = 193+116+114=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C17472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17472 is #3E8B8D. Grayscale: #8A8A8A. Windows color (decimal): -4098958 or 7500993. OLE color: 7500993.

HSL color Cylindrical-coordinate representation of color #C17472: hue angle of 1.52º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17472 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 116 114 -
CMYK 0 0.40 0.41 0.24
HSL 1.52º 0.39% 0.6% -
HSV(B) 1.52º 0.41% 0.76% -
XYZ 31.27 25.04 19.11 -
YUV 138.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 193 116 114 0 0.40 0.41 0.24 1.52 0.39 0.6
Hex C1 74 72 0 28 29 18 2 27 3C
Octal 301 164 162 0 50 51 30 2 47 74
Binary 11000001 1110100 1110010 0 101000 101001 11000 10 100111 111100

Color Harmonies of #C17472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17472

Black with #C17472

Text Example


Text Example

White with #C17472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17472; }

 p { color: rgb(193,116,114); }

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

background-color css

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

 a { background-color: rgb(193,116,114); }

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

border-color css

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

 span { border-color: rgb(193,116,114); }

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