#C47A6A

Color #C47A6A Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C47A6A

Tints of Contessa #C47A6A

Color information

#C47A6A (or 0xC47A6A) is unknown color: approx Contessa. HEX triplet: C4, 7A and 6A. RGB value is (196,122,106). Sum of RGB (Red+Green+Blue) = 196+122+106=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A6A is #3B8595. Grayscale: #8E8E8E. Windows color (decimal): -3900822 or 6978244. OLE color: 6978244.

HSL color Cylindrical-coordinate representation of color #C47A6A: hue angle of 10.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47A6A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB196122106-
CMYK00.380.460.23
HSL10.67º43.27%59.22%-
HSV(B)10.67º45.92%76.86%-
XYZ32.3326.717.08-
YUV142.3107.52166.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 106 (41.80% from 255) = 25%
R=46.23%
G=28.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612210600.380.460.2310.6743.2759.22
HexC47A6A0262E17b2b3b
Octal3041721520465627135373
Binary11000100111101011010100100110101110101111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A6A; }

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

 H1.HeaderClassName
 {
   color: #C47A6A;
 }
 .AnyTagClassName
 {
   color: #C47A6A;
 }
</style>
background-color css

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

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

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

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

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

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