#CA7670

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

Shades of Contessa #CA7670

Tints of Contessa #CA7670

Color information

#CA7670 (or 0xCA7670) is unknown color: approx Contessa. HEX triplet: CA, 76 and 70. RGB value is (202,118,112). Sum of RGB (Red+Green+Blue) = 202+118+112=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7670 is #35898F. Grayscale: #8E8E8E. Windows color (decimal): -3508624 or 7370442. OLE color: 7370442.

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

Color convert

RGB202118112-
CMYK00.420.450.21
HSL45.92%61.57%-
HSV(B)44.55%79.22%-
XYZ33.7626.6818.7-
YUV142.43110.83170.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=46.76%
G=27.31%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211811200.420.450.21445.9261.57
HexCA767002A2D1542e3e
Octal312166160052552545676
Binary1100101011101101110000010101010110110101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7670; }

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

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

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

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

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

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

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

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