#CA6F64

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

Shades of Contessa #CA6F64

Tints of Contessa #CA6F64

Color information

#CA6F64 (or 0xCA6F64) is unknown color: approx Contessa. HEX triplet: CA, 6F and 64. RGB value is (202,111,100). Sum of RGB (Red+Green+Blue) = 202+111+100=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F64 is #35909B. Grayscale: #898989. Windows color (decimal): -3510428 or 6582218. OLE color: 6582218.

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

Color convert

RGB202111100-
CMYK00.450.500.21
HSL6.47º49.04%59.22%-
HSV(B)6.47º50.5%79.22%-
XYZ32.3424.8515.15-
YUV136.95107.15174.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=48.91%
G=26.88%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211110000.450.500.216.4749.0459.22
HexCA6F6402D32156313b
Octal312157144055622566173
Binary1100101011011111100100010110111001010101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F64; }

 p { color: rgb(202,111,100); }

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

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

 a { background-color: rgb(202,111,100); }

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

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

 span { border-color: rgb(202,111,100); }

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