Html Css Color HEX #C49AF6 Perfume

📋 copy color: '#C49AF6'

red 196 ◦ green 154 ◦ blue 246

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

Shades of Perfume #C49AF6

Tints of Perfume #C49AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.28%

R = 32.89%
G = 25.84%
B = 41.28%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C49AF6 (or 0xC49AF6) is known color: Perfume. HEX triplet: C4, 9A and F6. RGB value is (196,154,246). Sum of RGB (Red+Green+Blue) = 196+154+246=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #C49AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AF6 is #3B6509. Grayscale: #B0B0B0. Windows color (decimal): -3892490 or 16161476. OLE color: 16161476.

HSL color Cylindrical-coordinate representation of color #C49AF6: hue angle of 267.39º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C49AF6 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 154 246 -
CMYK 0.20 0.37 0 0.04
HSL 267.39º 0.84% 0.78% -
HSV(B) 267.39º 0.37% 0.96% -
XYZ 50.96 41.5 92.51 -
YUV 177.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 196 154 246 0.20 0.37 0 0.04 267.39 0.84 0.78
Hex C4 9A F6 14 25 0 4 10B 54 4E
Octal 304 232 366 24 45 0 4 413 124 116
Binary 11000100 10011010 11110110 10100 100101 0 100 100001011 1010100 1001110

Color Harmonies of #C49AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AF6

Black with #C49AF6

Text Example


Text Example

White with #C49AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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