#C47B6D

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

Shades of Contessa #C47B6D

Tints of Contessa #C47B6D

Color information

#C47B6D (or 0xC47B6D) is unknown color: approx Contessa. HEX triplet: C4, 7B and 6D. RGB value is (196,123,109). Sum of RGB (Red+Green+Blue) = 196+123+109=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B6D is #3B8492. Grayscale: #8F8F8F. Windows color (decimal): -3900563 or 7175108. OLE color: 7175108.

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

Color convert

RGB196123109-
CMYK00.370.440.23
HSL9.66º42.44%59.8%-
HSV(B)9.66º44.39%76.86%-
XYZ32.6127.0117.96-
YUV143.23108.68165.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 123 (48.44% from 255) = 28.74%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=45.79%
G=28.74%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612310900.370.440.239.6642.4459.8
HexC47B6D0252C17a2a3c
Octal3041731550455427125274
Binary11000100111101111011010100101101100101111010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47B6D; }

 p { color: rgb(196,123,109); }

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

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

 a { background-color: rgb(196,123,109); }

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

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

 span { border-color: rgb(196,123,109); }

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