Html Css Color HEX #C49BEA Perfume

📋 copy color: '#C49BEA'

red 196 ◦ green 155 ◦ blue 234

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

Shades of Perfume #C49BEA

Tints of Perfume #C49BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.5%

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

R = 33.5%
G = 26.5%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C49BEA (or 0xC49BEA) is known color: Perfume. HEX triplet: C4, 9B and EA. RGB value is (196,155,234). Sum of RGB (Red+Green+Blue) = 196+155+234=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #C49BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BEA is #3B6415. Grayscale: #AFAFAF. Windows color (decimal): -3892246 or 15375300. OLE color: 15375300.

HSL color Cylindrical-coordinate representation of color #C49BEA: hue angle of 271.14º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49BEA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 155 234 -
CMYK 0.16 0.34 0 0.08
HSL 271.14º 0.65% 0.76% -
HSV(B) 271.14º 0.34% 0.92% -
XYZ 49.34 41.12 83.18 -
YUV 176.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 196 155 234 0.16 0.34 0 0.08 271.14 0.65 0.76
Hex C4 9B EA 10 22 0 8 10F 41 4C
Octal 304 233 352 20 42 0 10 417 101 114
Binary 11000100 10011011 11101010 10000 100010 0 1000 100001111 1000001 1001100

Color Harmonies of #C49BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BEA

Black with #C49BEA

Text Example


Text Example

White with #C49BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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