#CA808B

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

Shades of Charm #CA808B

Tints of Charm #CA808B

Color information

#CA808B (or 0xCA808B) is unknown color: approx Charm. HEX triplet: CA, 80 and 8B. RGB value is (202,128,139). Sum of RGB (Red+Green+Blue) = 202+128+139=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808B is #357F74. Grayscale: #979797. Windows color (decimal): -3506037 or 9142474. OLE color: 9142474.

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

Color convert

RGB202128139-
CMYK00.370.310.21
HSL351.08º41.11%64.71%-
HSV(B)351.08º36.63%79.22%-
XYZ36.7429.8628.25-
YUV151.38121.02164.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=43.07%
G=27.29%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212813900.370.310.21351.0841.1164.71
HexCA808B0251F1515f2941
Octal312200213045372553751101
Binary110010101000000010001011010010111111101011010111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA808B; }

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

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

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

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

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

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

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

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