Html Css Color HEX #C47D72 Contessa

📋 copy color: '#C47D72'

red 196 ◦ green 125 ◦ blue 114

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

Shades of Contessa #C47D72

Tints of Contessa #C47D72

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

 GREEN value IS 125 (49.22% from 255) = 28.74%

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

R = 45.06%
G = 28.74%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C47D72 (or 0xC47D72) is known color: Contessa. HEX triplet: C4, 7D and 72. RGB value is (196,125,114). Sum of RGB (Red+Green+Blue) = 196+125+114=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D72 is #3B828D. Grayscale: #919191. Windows color (decimal): -3900046 or 7503300. OLE color: 7503300.

HSL color Cylindrical-coordinate representation of color #C47D72: hue angle of 8.05º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47D72 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 125 114 -
CMYK 0 0.36 0.42 0.23
HSL 8.05º 0.41% 0.61% -
HSV(B) 8.05º 0.42% 0.77% -
XYZ 33.14 27.62 19.5 -
YUV 144.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 196 125 114 0 0.36 0.42 0.23 8.05 0.41 0.61
Hex C4 7D 72 0 24 2A 17 8 29 3D
Octal 304 175 162 0 44 52 27 10 51 75
Binary 11000100 1111101 1110010 0 100100 101010 10111 1000 101001 111101

Color Harmonies of #C47D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D72

Black with #C47D72

Text Example


Text Example

White with #C47D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D72; }

 p { color: rgb(196,125,114); }

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

background-color css

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

 a { background-color: rgb(196,125,114); }

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

border-color css

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

 span { border-color: rgb(196,125,114); }

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