#CA8089

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

Shades of Charm #CA8089

Tints of Charm #CA8089

Color information

#CA8089 (or 0xCA8089) is unknown color: approx Charm. HEX triplet: CA, 80 and 89. RGB value is (202,128,137). Sum of RGB (Red+Green+Blue) = 202+128+137=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8089 is #357F76. Grayscale: #979797. Windows color (decimal): -3506039 or 9011402. OLE color: 9011402.

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

Color convert

RGB202128137-
CMYK00.370.320.21
HSL352.7º41.11%64.71%-
HSV(B)352.7º36.63%79.22%-
XYZ36.5929.827.49-
YUV151.15120.02164.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=43.25%
G=27.41%
B=29.34%

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
Decimal20212813700.370.320.21352.741.1164.71
HexCA808902520151612941
Octal312200211045402554151101
Binary1100101010000000100010010100101100000101011011000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8089; }

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

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

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

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

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

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

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

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