#CA818A

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

Shades of Charm #CA818A

Tints of Charm #CA818A

Color information

#CA818A (or 0xCA818A) is unknown color: approx Charm. HEX triplet: CA, 81 and 8A. RGB value is (202,129,138). Sum of RGB (Red+Green+Blue) = 202+129+138=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA818A is #357E75. Grayscale: #979797. Windows color (decimal): -3505782 or 9077194. OLE color: 9077194.

HSL color Cylindrical-coordinate representation of color #CA818A: hue angle of 352.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA818A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202129138-
CMYK00.360.320.21
HSL352.6º40.78%64.9%-
HSV(B)352.6º36.14%79.22%-
XYZ36.7930.0927.91-
YUV151.85120.18163.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=43.07%
G=27.51%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212913800.360.320.21352.640.7864.9
HexCA818A02420151612941
Octal312201212044402554151101
Binary1100101010000001100010100100100100000101011011000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA818A; }

 p { color: rgb(202,129,138); }

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

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

 a { background-color: rgb(202,129,138); }

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

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

 span { border-color: rgb(202,129,138); }

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