#CA7165

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

Shades of Contessa #CA7165

Tints of Contessa #CA7165

Color information

#CA7165 (or 0xCA7165) is unknown color: approx Contessa. HEX triplet: CA, 71 and 65. RGB value is (202,113,101). Sum of RGB (Red+Green+Blue) = 202+113+101=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7165 is #358E9A. Grayscale: #8A8A8A. Windows color (decimal): -3509915 or 6648266. OLE color: 6648266.

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

Color convert

RGB202113101-
CMYK00.440.500.21
HSL7.13º48.79%59.41%-
HSV(B)7.13º50%79.22%-
XYZ32.6125.3115.48-
YUV138.24106.99173.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=48.56%
G=27.16%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211310100.440.500.217.1348.7959.41
HexCA716502C32157313b
Octal312161145054622576173
Binary1100101011100011100101010110011001010101111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7165; }

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

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

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

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

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

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

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

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