Html Css Color HEX #C49AED Perfume

📋 copy color: '#C49AED'

red 196 ◦ green 154 ◦ blue 237

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

Shades of Perfume #C49AED

Tints of Perfume #C49AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 33.39%
G = 26.24%
B = 40.37%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C49AED (or 0xC49AED) is known color: Perfume. HEX triplet: C4, 9A and ED. RGB value is (196,154,237). Sum of RGB (Red+Green+Blue) = 196+154+237=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #C49AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AED is #3B6512. Grayscale: #AFAFAF. Windows color (decimal): -3892499 or 15571652. OLE color: 15571652.

HSL color Cylindrical-coordinate representation of color #C49AED: hue angle of 270.36º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49AED is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 154 237 -
CMYK 0.17 0.35 0 0.07
HSL 270.36º 0.7% 0.77% -
HSV(B) 270.36º 0.35% 0.93% -
XYZ 49.61 40.96 85.41 -
YUV 176.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 196 154 237 0.17 0.35 0 0.07 270.36 0.7 0.77
Hex C4 9A ED 11 23 0 7 10E 46 4D
Octal 304 232 355 21 43 0 7 416 106 115
Binary 11000100 10011010 11101101 10001 100011 0 111 100001110 1000110 1001101

Color Harmonies of #C49AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AED

Black with #C49AED

Text Example


Text Example

White with #C49AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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