#C5AFE0

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

Shades of Perfume #C5AFE0

Tints of Perfume #C5AFE0

Color information

#C5AFE0 (or 0xC5AFE0) is unknown color: approx Perfume. HEX triplet: C5, AF and E0. RGB value is (197,175,224). Sum of RGB (Red+Green+Blue) = 197+175+224=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFE0 is #3A501F. Grayscale: #BABABA. Windows color (decimal): -3821600 or 14725061. OLE color: 14725061.

HSL color Cylindrical-coordinate representation of color #C5AFE0: hue angle of 266.94º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5AFE0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197175224-
CMYK0.120.2200.12
HSL266.94º44.14%78.24%-
HSV(B)266.94º21.88%87.84%-
XYZ51.8147.9177.04-
YUV187.16148.79135.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.05%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=33.05%
G=29.36%
B=37.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971752240.120.2200.12266.9444.1478.24
HexC5AFE0C160C10b2c4e
Octal305257340142601441354116
Binary110001011010111111100000110010110011001000010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFE0; }

 p { color: rgb(197,175,224); }

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

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

 a { background-color: rgb(197,175,224); }

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

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

 span { border-color: rgb(197,175,224); }

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