Html Css Color HEX #C49FEB Perfume

📋 copy color: '#C49FEB'

red 196 ◦ green 159 ◦ blue 235

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

Shades of Perfume #C49FEB

Tints of Perfume #C49FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.95%

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

R = 33.22%
G = 26.95%
B = 39.83%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C49FEB (or 0xC49FEB) is known color: Perfume. HEX triplet: C4, 9F and EB. RGB value is (196,159,235). Sum of RGB (Red+Green+Blue) = 196+159+235=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #C49FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FEB is #3B6014. Grayscale: #B2B2B2. Windows color (decimal): -3891221 or 15441860. OLE color: 15441860.

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

Color convert

RGB 196 159 235 -
CMYK 0.17 0.32 0 0.08
HSL 269.21º 0.66% 0.77% -
HSV(B) 269.21º 0.32% 0.92% -
XYZ 50.16 42.53 84.16 -
YUV 178.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 196 159 235 0.17 0.32 0 0.08 269.21 0.66 0.77
Hex C4 9F EB 11 20 0 8 10D 42 4D
Octal 304 237 353 21 40 0 10 415 102 115
Binary 11000100 10011111 11101011 10001 100000 0 1000 100001101 1000010 1001101

Color Harmonies of #C49FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FEB

Black with #C49FEB

Text Example


Text Example

White with #C49FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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