Html Css Color HEX #C47A72 Contessa

📋 copy color: '#C47A72'

red 196 ◦ green 122 ◦ blue 114

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

Shades of Contessa #C47A72

Tints of Contessa #C47A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.24%

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

R = 45.37%
G = 28.24%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C47A72 (or 0xC47A72) is known color: Contessa. HEX triplet: C4, 7A and 72. RGB value is (196,122,114). Sum of RGB (Red+Green+Blue) = 196+122+114=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A72 is #3B858D. Grayscale: #8F8F8F. Windows color (decimal): -3900814 or 7502532. OLE color: 7502532.

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

Color convert

RGB 196 122 114 -
CMYK 0 0.38 0.42 0.23
HSL 5.85º 0.41% 0.61% -
HSV(B) 5.85º 0.42% 0.77% -
XYZ 32.76 26.87 19.38 -
YUV 143.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 196 122 114 0 0.38 0.42 0.23 5.85 0.41 0.61
Hex C4 7A 72 0 26 2A 17 6 29 3D
Octal 304 172 162 0 46 52 27 6 51 75
Binary 11000100 1111010 1110010 0 100110 101010 10111 110 101001 111101

Color Harmonies of #C47A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A72

Black with #C47A72

Text Example


Text Example

White with #C47A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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