#CA808A

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

Shades of Charm #CA808A

Tints of Charm #CA808A

Color information

#CA808A (or 0xCA808A) is unknown color: approx Charm. HEX triplet: CA, 80 and 8A. RGB value is (202,128,138). Sum of RGB (Red+Green+Blue) = 202+128+138=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808A is #357F75. Grayscale: #979797. Windows color (decimal): -3506038 or 9076938. OLE color: 9076938.

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

Color convert

RGB202128138-
CMYK00.370.320.21
HSL351.89º41.11%64.71%-
HSV(B)351.89º36.63%79.22%-
XYZ36.6629.8327.87-
YUV151.27120.52164.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=43.16%
G=27.35%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212813800.370.320.21351.8941.1164.71
HexCA808A02520151602941
Octal312200212045402554051101
Binary1100101010000000100010100100101100000101011011000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA808A; }

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

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

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

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

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

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

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

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