#CAAFB8

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

Shades of Melanie #CAAFB8

Tints of Melanie #CAAFB8

Color information

#CAAFB8 (or 0xCAAFB8) is unknown color: approx Melanie. HEX triplet: CA, AF and B8. RGB value is (202,175,184). Sum of RGB (Red+Green+Blue) = 202+175+184=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFB8 is #355047. Grayscale: #B8B8B8. Windows color (decimal): -3493960 or 12103626. OLE color: 12103626.

HSL color Cylindrical-coordinate representation of color #CAAFB8: hue angle of 340º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFB8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB202175184-
CMYK00.130.090.21
HSL340º20.3%73.92%-
HSV(B)340º13.37%79.22%-
XYZ48.3446.6851.81-
YUV184.1127.95140.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=36.01%
G=31.19%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217518400.130.090.2134020.373.92
HexCAAFB80D915154144a
Octal312257270015112552424112
Binary11001010101011111011100001101100110101101010100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFB8; }

 p { color: rgb(202,175,184); }

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

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

 a { background-color: rgb(202,175,184); }

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

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

 span { border-color: rgb(202,175,184); }

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