#CA766A

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

Shades of Contessa #CA766A

Tints of Contessa #CA766A

Color information

#CA766A (or 0xCA766A) is unknown color: approx Contessa. HEX triplet: CA, 76 and 6A. RGB value is (202,118,106). Sum of RGB (Red+Green+Blue) = 202+118+106=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA766A is #358995. Grayscale: #8D8D8D. Windows color (decimal): -3508630 or 6977226. OLE color: 6977226.

HSL color Cylindrical-coordinate representation of color #CA766A: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA766A is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB202118106-
CMYK00.420.480.21
HSL7.5º47.52%60.39%-
HSV(B)7.5º47.52%79.22%-
XYZ33.4426.5517-
YUV141.75107.83170.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=47.42%
G=27.70%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211810600.420.480.217.547.5260.39
HexCA766A02A30158303c
Octal3121661520526025106074
Binary11001010111011011010100101010110000101011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA766A; }

 p { color: rgb(202,118,106); }

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

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

 a { background-color: rgb(202,118,106); }

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

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

 span { border-color: rgb(202,118,106); }

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