Html Css Color HEX #C4AAE0 Perfume

📋 copy color: '#C4AAE0'

red 196 ◦ green 170 ◦ blue 224

#C4AAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C4AAE0

Tints of Perfume #C4AAE0

RGB

 RED value IS 196 (76.95% from 255) = 33.22%

 GREEN value IS 170 (66.8% from 255) = 28.81%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 33.22%
G = 28.81%
B = 37.97%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4AAE0 (or 0xC4AAE0) is known color: Perfume. HEX triplet: C4, AA and E0. RGB value is (196,170,224). Sum of RGB (Red+Green+Blue) = 196+170+224=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAE0 is #3B551F. Grayscale: #B7B7B7. Windows color (decimal): -3888416 or 14723780. OLE color: 14723780.

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

Color convert

RGB 196 170 224 -
CMYK 0.12 0.24 0 0.12
HSL 268.89º 0.47% 0.77% -
HSV(B) 268.89º 0.24% 0.88% -
XYZ 50.59 45.87 76.71 -
YUV 183.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 196 170 224 0.12 0.24 0 0.12 268.89 0.47 0.77
Hex C4 AA E0 C 18 0 C 10D 2F 4D
Octal 304 252 340 14 30 0 14 415 57 115
Binary 11000100 10101010 11100000 1100 11000 0 1100 100001101 101111 1001101

Color Harmonies of #C4AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAE0

Black with #C4AAE0

Text Example


Text Example

White with #C4AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAE0; }

 p { color: rgb(196,170,224); }

 H1.HeaderClassName
 {
   color: #C4AAE0;
 }
 .AnyTagClassName
 {
   color: #C4AAE0;
 }
</style>

background-color css

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

 a { background-color: rgb(196,170,224); }

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

border-color css

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

 span { border-color: rgb(196,170,224); }

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