#CA6862

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

Shades of Contessa #CA6862

Tints of Contessa #CA6862

Color information

#CA6862 (or 0xCA6862) is unknown color: approx Contessa. HEX triplet: CA, 68 and 62. RGB value is (202,104,98). Sum of RGB (Red+Green+Blue) = 202+104+98=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6862 is #35979D. Grayscale: #848484. Windows color (decimal): -3512222 or 6449354. OLE color: 6449354.

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

Color convert

RGB20210498-
CMYK00.490.510.21
HSL3.46º49.52%58.82%-
HSV(B)3.46º51.49%79.22%-
XYZ31.5123.3414.4-
YUV132.62108.47177.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 98 (38.67% from 255) = 24.26%
R=50%
G=25.74%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021049800.490.510.213.4649.5258.82
HexCA686203133153323b
Octal312150142061632536273
Binary110010101101000110001001100011100111010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6862; }

 p { color: rgb(202,104,98); }

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

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

 a { background-color: rgb(202,104,98); }

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

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

 span { border-color: rgb(202,104,98); }

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