#CCA7F2

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

Shades of Perfume #CCA7F2

Tints of Perfume #CCA7F2

Color information

#CCA7F2 (or 0xCCA7F2) is unknown color: approx Perfume. HEX triplet: CC, A7 and F2. RGB value is (204,167,242). Sum of RGB (Red+Green+Blue) = 204+167+242=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCA7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA7F2 is #33580D. Grayscale: #BABABA. Windows color (decimal): -3364878 or 15902668. OLE color: 15902668.

HSL color Cylindrical-coordinate representation of color #CCA7F2: hue angle of 269.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA7F2 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204167242-
CMYK0.160.3100.05
HSL269.6º74.26%80.2%-
HSV(B)269.6º30.99%94.9%-
XYZ54.7546.8990.17-
YUV186.61159.26140.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 167 (65.62% from 255) = 27.24%
BLUE value IS 242 (94.92% from 255) = 39.48%
R=33.28%
G=27.24%
B=39.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041672420.160.3100.05269.674.2680.2
HexCCA7F2101F0510e4a50
Octal314247362203705416112120
Binary1100110010100111111100101000011111010110000111010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7F2; }

 p { color: rgb(204,167,242); }

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

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

 a { background-color: rgb(204,167,242); }

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

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

 span { border-color: rgb(204,167,242); }

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