#CA7167

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

Shades of Contessa #CA7167

Tints of Contessa #CA7167

Color information

#CA7167 (or 0xCA7167) is unknown color: approx Contessa. HEX triplet: CA, 71 and 67. RGB value is (202,113,103). Sum of RGB (Red+Green+Blue) = 202+113+103=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7167 is #358E98. Grayscale: #8A8A8A. Windows color (decimal): -3509913 or 6779338. OLE color: 6779338.

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

Color convert

RGB202113103-
CMYK00.440.490.21
HSL6.06º48.29%59.8%-
HSV(B)6.06º49.01%79.22%-
XYZ32.7125.3516-
YUV138.47107.99173.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 103 (40.62% from 255) = 24.64%
R=48.33%
G=27.03%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211310300.440.490.216.0648.2959.8
HexCA716702C31156303c
Octal312161147054612566074
Binary1100101011100011100111010110011000110101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7167; }

 p { color: rgb(202,113,103); }

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

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

 a { background-color: rgb(202,113,103); }

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

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

 span { border-color: rgb(202,113,103); }

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