Html Css Color HEX #C49AEF Perfume

📋 copy color: '#C49AEF'

red 196 ◦ green 154 ◦ blue 239

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

Shades of Perfume #C49AEF

Tints of Perfume #C49AEF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.15%

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 33.28%
G = 26.15%
B = 40.58%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C49AEF (or 0xC49AEF) is known color: Perfume. HEX triplet: C4, 9A and EF. RGB value is (196,154,239). Sum of RGB (Red+Green+Blue) = 196+154+239=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C49AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AEF is #3B6510. Grayscale: #AFAFAF. Windows color (decimal): -3892497 or 15702724. OLE color: 15702724.

HSL color Cylindrical-coordinate representation of color #C49AEF: hue angle of 269.65º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C49AEF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 154 239 -
CMYK 0.18 0.36 0 0.06
HSL 269.65º 0.73% 0.77% -
HSV(B) 269.65º 0.36% 0.94% -
XYZ 49.9 41.08 86.96 -
YUV 176.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 196 154 239 0.18 0.36 0 0.06 269.65 0.73 0.77
Hex C4 9A EF 12 24 0 6 10E 49 4D
Octal 304 232 357 22 44 0 6 416 111 115
Binary 11000100 10011010 11101111 10010 100100 0 110 100001110 1001001 1001101

Color Harmonies of #C49AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AEF

Black with #C49AEF

Text Example


Text Example

White with #C49AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AEF; }

 p { color: rgb(196,154,239); }

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

background-color css

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

 a { background-color: rgb(196,154,239); }

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

border-color css

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

 span { border-color: rgb(196,154,239); }

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