#CA7267

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

Shades of Contessa #CA7267

Tints of Contessa #CA7267

Color information

#CA7267 (or 0xCA7267) is unknown color: approx Contessa. HEX triplet: CA, 72 and 67. RGB value is (202,114,103). Sum of RGB (Red+Green+Blue) = 202+114+103=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7267 is #358D98. Grayscale: #8B8B8B. Windows color (decimal): -3509657 or 6779594. OLE color: 6779594.

HSL color Cylindrical-coordinate representation of color #CA7267: hue angle of 6.67º 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 #CA7267 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202114103-
CMYK00.440.490.21
HSL6.67º48.29%59.8%-
HSV(B)6.67º49.01%79.22%-
XYZ32.8225.5716.04-
YUV139.06107.65172.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 103 (40.62% from 255) = 24.58%
R=48.21%
G=27.21%
B=24.58%

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
Decimal20211410300.440.490.216.6748.2959.8
HexCA726702C31157303c
Octal312162147054612576074
Binary1100101011100101100111010110011000110101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7267; }

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

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

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

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

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

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

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

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