Html Css Color HEX #C49BEB Perfume

📋 copy color: '#C49BEB'

red 196 ◦ green 155 ◦ blue 235

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

Shades of Perfume #C49BEB

Tints of Perfume #C49BEB

RGB

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

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

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

R = 33.45%
G = 26.45%
B = 40.1%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C49BEB (or 0xC49BEB) is known color: Perfume. HEX triplet: C4, 9B and EB. RGB value is (196,155,235). Sum of RGB (Red+Green+Blue) = 196+155+235=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #C49BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BEB is #3B6414. Grayscale: #B0B0B0. Windows color (decimal): -3892245 or 15440836. OLE color: 15440836.

HSL color Cylindrical-coordinate representation of color #C49BEB: hue angle of 270.75º degrees, saturation: 0.67, 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 #C49BEB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 155 235 -
CMYK 0.17 0.34 0 0.08
HSL 270.75º 0.67% 0.76% -
HSV(B) 270.75º 0.34% 0.92% -
XYZ 49.48 41.18 83.94 -
YUV 176.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 196 155 235 0.17 0.34 0 0.08 270.75 0.67 0.76
Hex C4 9B EB 11 22 0 8 10F 43 4C
Octal 304 233 353 21 42 0 10 417 103 114
Binary 11000100 10011011 11101011 10001 100010 0 1000 100001111 1000011 1001100

Color Harmonies of #C49BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BEB

Black with #C49BEB

Text Example


Text Example

White with #C49BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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