Html Css Color HEX #C49EEB Perfume

📋 copy color: '#C49EEB'

red 196 ◦ green 158 ◦ blue 235

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

Shades of Perfume #C49EEB

Tints of Perfume #C49EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.83%

 BLUE value IS 235 (92.19% from 255) = 39.9%

R = 33.28%
G = 26.83%
B = 39.9%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C49EEB (or 0xC49EEB) is known color: Perfume. HEX triplet: C4, 9E and EB. RGB value is (196,158,235). Sum of RGB (Red+Green+Blue) = 196+158+235=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #C49EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EEB is #3B6114. Grayscale: #B1B1B1. Windows color (decimal): -3891477 or 15441604. OLE color: 15441604.

HSL color Cylindrical-coordinate representation of color #C49EEB: hue angle of 269.61º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49EEB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 158 235 -
CMYK 0.17 0.33 0 0.08
HSL 269.61º 0.66% 0.77% -
HSV(B) 269.61º 0.33% 0.92% -
XYZ 49.99 42.19 84.11 -
YUV 178.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 196 158 235 0.17 0.33 0 0.08 269.61 0.66 0.77
Hex C4 9E EB 11 21 0 8 10E 42 4D
Octal 304 236 353 21 41 0 10 416 102 115
Binary 11000100 10011110 11101011 10001 100001 0 1000 100001110 1000010 1001101

Color Harmonies of #C49EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EEB

Black with #C49EEB

Text Example


Text Example

White with #C49EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EEB; }

 p { color: rgb(196,158,235); }

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

background-color css

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

 a { background-color: rgb(196,158,235); }

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

border-color css

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

 span { border-color: rgb(196,158,235); }

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