#CA676A

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

Shades of Mandy #CA676A

Tints of Mandy #CA676A

Color information

#CA676A (or 0xCA676A) is unknown color: approx Mandy. HEX triplet: CA, 67 and 6A. RGB value is (202,103,106). Sum of RGB (Red+Green+Blue) = 202+103+106=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA676A is #359895. Grayscale: #858585. Windows color (decimal): -3512470 or 6973386. OLE color: 6973386.

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

Color convert

RGB202103106-
CMYK00.490.480.21
HSL358.18º48.29%59.8%-
HSV(B)358.18º49.01%79.22%-
XYZ31.8123.316.46-
YUV132.94112.8177.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=49.15%
G=25.06%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210310600.490.480.21358.1848.2959.8
HexCA676A0313015166303c
Octal31214715206160255466074
Binary1100101011001111101010011000111000010101101100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA676A; }

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

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

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

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

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

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

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

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