Html Css Color HEX #C49FEA Perfume

📋 copy color: '#C49FEA'

red 196 ◦ green 159 ◦ blue 234

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

Shades of Perfume #C49FEA

Tints of Perfume #C49FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 33.28%
G = 26.99%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C49FEA (or 0xC49FEA) is known color: Perfume. HEX triplet: C4, 9F and EA. RGB value is (196,159,234). Sum of RGB (Red+Green+Blue) = 196+159+234=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #C49FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FEA is #3B6015. Grayscale: #B2B2B2. Windows color (decimal): -3891222 or 15376324. OLE color: 15376324.

HSL color Cylindrical-coordinate representation of color #C49FEA: hue angle of 269.6º degrees, saturation: 0.64, 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 #C49FEA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 159 234 -
CMYK 0.16 0.32 0 0.08
HSL 269.6º 0.64% 0.77% -
HSV(B) 269.6º 0.32% 0.92% -
XYZ 50.01 42.47 83.4 -
YUV 178.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 196 159 234 0.16 0.32 0 0.08 269.6 0.64 0.77
Hex C4 9F EA 10 20 0 8 10E 40 4D
Octal 304 237 352 20 40 0 10 416 100 115
Binary 11000100 10011111 11101010 10000 100000 0 1000 100001110 1000000 1001101

Color Harmonies of #C49FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FEA

Black with #C49FEA

Text Example


Text Example

White with #C49FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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