#CA7B6D

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

Shades of Contessa #CA7B6D

Tints of Contessa #CA7B6D

Color information

#CA7B6D (or 0xCA7B6D) is unknown color: approx Contessa. HEX triplet: CA, 7B and 6D. RGB value is (202,123,109). Sum of RGB (Red+Green+Blue) = 202+123+109=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B6D is #358492. Grayscale: #919191. Windows color (decimal): -3507347 or 7175114. OLE color: 7175114.

HSL color Cylindrical-coordinate representation of color #CA7B6D: hue angle of 9.03º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA7B6D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202123109-
CMYK00.390.460.21
HSL9.03º46.73%60.98%-
HSV(B)9.03º46.04%79.22%-
XYZ34.227.8318.04-
YUV145.02107.67168.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=46.54%
G=28.34%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212310900.390.460.219.0346.7360.98
HexCA7B6D0272E1592f3d
Octal3121731550475625115775
Binary11001010111101111011010100111101110101011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B6D; }

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

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

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

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

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

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

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

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