Html Css Color HEX #C49AEC Perfume

📋 copy color: '#C49AEC'

red 196 ◦ green 154 ◦ blue 236

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

Shades of Perfume #C49AEC

Tints of Perfume #C49AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 33.45%
G = 26.28%
B = 40.27%

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

#C49AEC (or 0xC49AEC) is known color: Perfume. HEX triplet: C4, 9A and EC. RGB value is (196,154,236). Sum of RGB (Red+Green+Blue) = 196+154+236=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #C49AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AEC is #3B6513. Grayscale: #AFAFAF. Windows color (decimal): -3892500 or 15506116. OLE color: 15506116.

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

Color convert

RGB 196 154 236 -
CMYK 0.17 0.35 0 0.07
HSL 270.73º 0.68% 0.76% -
HSV(B) 270.73º 0.35% 0.93% -
XYZ 49.46 40.9 84.65 -
YUV 175.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 196 154 236 0.17 0.35 0 0.07 270.73 0.68 0.76
Hex C4 9A EC 11 23 0 7 10F 44 4C
Octal 304 232 354 21 43 0 7 417 104 114
Binary 11000100 10011010 11101100 10001 100011 0 111 100001111 1000100 1001100

Color Harmonies of #C49AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AEC

Black with #C49AEC

Text Example


Text Example

White with #C49AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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