#CA6963

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

Shades of Contessa #CA6963

Tints of Contessa #CA6963

Color information

#CA6963 (or 0xCA6963) is unknown color: approx Contessa. HEX triplet: CA, 69 and 63. RGB value is (202,105,99). Sum of RGB (Red+Green+Blue) = 202+105+99=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6963 is #35969C. Grayscale: #858585. Windows color (decimal): -3511965 or 6515146. OLE color: 6515146.

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

Color convert

RGB20210599-
CMYK00.480.510.21
HSL3.5º49.28%59.02%-
HSV(B)3.5º50.99%79.22%-
XYZ31.6623.5614.68-
YUV133.32108.64176.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 99 (39.06% from 255) = 24.38%
R=49.75%
G=25.86%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021059900.480.510.213.549.2859.02
HexCA696303033153313b
Octal312151143060632536173
Binary110010101101001110001101100001100111010111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6963; }

 p { color: rgb(202,105,99); }

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

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

 a { background-color: rgb(202,105,99); }

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

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

 span { border-color: rgb(202,105,99); }

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