#CA6C69

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

Shades of Contessa #CA6C69

Tints of Contessa #CA6C69

Color information

#CA6C69 (or 0xCA6C69) is unknown color: approx Contessa. HEX triplet: CA, 6C and 69. RGB value is (202,108,105). Sum of RGB (Red+Green+Blue) = 202+108+105=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C69 is #359396. Grayscale: #878787. Windows color (decimal): -3511191 or 6909130. OLE color: 6909130.

HSL color Cylindrical-coordinate representation of color #CA6C69: hue angle of 1.86º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6C69 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB202108105-
CMYK00.470.480.21
HSL1.86º47.78%60.2%-
HSV(B)1.86º48.02%79.22%-
XYZ32.2724.316.35-
YUV135.76110.64175.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=48.67%
G=26.02%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210810500.470.480.211.8647.7860.2
HexCA6C6902F30152303c
Octal312154151057602526074
Binary110010101101100110100101011111100001010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C69; }

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

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

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

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

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

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

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

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