Html Css Color HEX #C7AAEA Perfume

📋 copy color: '#C7AAEA'

red 199 ◦ green 170 ◦ blue 234

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

Shades of Perfume #C7AAEA

Tints of Perfume #C7AAEA

RGB

 RED value IS 199 (78.13% from 255) = 33%

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

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 33%
G = 28.19%
B = 38.81%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7AAEA (or 0xC7AAEA) is known color: Perfume. HEX triplet: C7, AA and EA. RGB value is (199,170,234). Sum of RGB (Red+Green+Blue) = 199+170+234=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AAEA is #385515. Grayscale: #B9B9B9. Windows color (decimal): -3691798 or 15379143. OLE color: 15379143.

HSL color Cylindrical-coordinate representation of color #C7AAEA: hue angle of 267.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7AAEA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 170 234 -
CMYK 0.15 0.27 0 0.08
HSL 267.19º 0.6% 0.79% -
HSV(B) 267.19º 0.27% 0.92% -
XYZ 52.78 46.83 84.1 -
YUV 185.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 199 170 234 0.15 0.27 0 0.08 267.19 0.6 0.79
Hex C7 AA EA F 1B 0 8 10B 3C 4F
Octal 307 252 352 17 33 0 10 413 74 117
Binary 11000111 10101010 11101010 1111 11011 0 1000 100001011 111100 1001111

Color Harmonies of #C7AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAEA

Black with #C7AAEA

Text Example


Text Example

White with #C7AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAEA; }

 p { color: rgb(199,170,234); }

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

background-color css

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

 a { background-color: rgb(199,170,234); }

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

border-color css

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

 span { border-color: rgb(199,170,234); }

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