#CA808C

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

Shades of Charm #CA808C

Tints of Charm #CA808C

Color information

#CA808C (or 0xCA808C) is unknown color: approx Charm. HEX triplet: CA, 80 and 8C. RGB value is (202,128,140). Sum of RGB (Red+Green+Blue) = 202+128+140=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808C is #357F73. Grayscale: #979797. Windows color (decimal): -3506036 or 9208010. OLE color: 9208010.

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

Color convert

RGB202128140-
CMYK00.370.310.21
HSL350.27º41.11%64.71%-
HSV(B)350.27º36.63%79.22%-
XYZ36.8129.8928.64-
YUV151.49121.52164.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=42.98%
G=27.23%
B=29.79%

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
Decimal20212814000.370.310.21350.2741.1164.71
HexCA808C0251F1515e2941
Octal312200214045372553651101
Binary110010101000000010001100010010111111101011010111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA808C; }

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

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

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

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

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

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

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

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