Html Css Color HEX #C49BCE Wisteria

📋 copy color: '#C49BCE'

red 196 ◦ green 155 ◦ blue 206

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

Shades of Wisteria #C49BCE

Tints of Wisteria #C49BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 35.19%
G = 27.83%
B = 36.98%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C49BCE (or 0xC49BCE) is known color: Wisteria. HEX triplet: C4, 9B and CE. RGB value is (196,155,206). Sum of RGB (Red+Green+Blue) = 196+155+206=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #C49BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BCE is #3B6431. Grayscale: #ACACAC. Windows color (decimal): -3892274 or 13540292. OLE color: 13540292.

HSL color Cylindrical-coordinate representation of color #C49BCE: hue angle of 288.24º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49BCE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 155 206 -
CMYK 0.05 0.25 0 0.19
HSL 288.24º 0.34% 0.71% -
HSV(B) 288.24º 0.25% 0.81% -
XYZ 45.63 39.63 63.64 -
YUV 173.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 196 155 206 0.05 0.25 0 0.19 288.24 0.34 0.71
Hex C4 9B CE 5 19 0 13 120 22 47
Octal 304 233 316 5 31 0 23 440 42 107
Binary 11000100 10011011 11001110 101 11001 0 10011 100100000 100010 1000111

Color Harmonies of #C49BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BCE

Black with #C49BCE

Text Example


Text Example

White with #C49BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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