Html Css Color HEX #C47572 Contessa

📋 copy color: '#C47572'

red 196 ◦ green 117 ◦ blue 114

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

Shades of Contessa #C47572

Tints of Contessa #C47572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.4%

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

R = 45.9%
G = 27.4%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C47572 (or 0xC47572) is known color: Contessa. HEX triplet: C4, 75 and 72. RGB value is (196,117,114). Sum of RGB (Red+Green+Blue) = 196+117+114=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C47572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47572 is #3B8A8D. Grayscale: #8C8C8C. Windows color (decimal): -3902094 or 7501252. OLE color: 7501252.

HSL color Cylindrical-coordinate representation of color #C47572: hue angle of 2.2º 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 #C47572 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 114 -
CMYK 0 0.40 0.42 0.23
HSL 2.2º 0.41% 0.61% -
HSV(B) 2.2º 0.42% 0.77% -
XYZ 32.16 25.67 19.18 -
YUV 140.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 196 117 114 0 0.40 0.42 0.23 2.2 0.41 0.61
Hex C4 75 72 0 28 2A 17 2 29 3D
Octal 304 165 162 0 50 52 27 2 51 75
Binary 11000100 1110101 1110010 0 101000 101010 10111 10 101001 111101

Color Harmonies of #C47572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47572

Black with #C47572

Text Example


Text Example

White with #C47572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47572; }

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

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

background-color css

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

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

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

border-color css

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

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

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