#CA696A

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

Shades of Mandy #CA696A

Tints of Mandy #CA696A

Color information

#CA696A (or 0xCA696A) is unknown color: approx Mandy. HEX triplet: CA, 69 and 6A. RGB value is (202,105,106). Sum of RGB (Red+Green+Blue) = 202+105+106=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA696A is #359695. Grayscale: #868686. Windows color (decimal): -3511958 or 6973898. OLE color: 6973898.

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

Color convert

RGB202105106-
CMYK00.480.480.21
HSL359.38º47.78%60.2%-
HSV(B)359.38º48.02%79.22%-
XYZ32.0123.716.52-
YUV134.12112.14176.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=48.91%
G=25.42%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210510600.480.480.21359.3847.7860.2
HexCA696A0303015167303c
Octal31215115206060255476074
Binary1100101011010011101010011000011000010101101100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA696A; }

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

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

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

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

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

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

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

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