Html Css Color HEX #C49ACF Wisteria

📋 copy color: '#C49ACF'

red 196 ◦ green 154 ◦ blue 207

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

Shades of Wisteria #C49ACF

Tints of Wisteria #C49ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 35.19%
G = 27.65%
B = 37.16%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C49ACF (or 0xC49ACF) is known color: Wisteria. HEX triplet: C4, 9A and CF. RGB value is (196,154,207). Sum of RGB (Red+Green+Blue) = 196+154+207=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #C49ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ACF is #3B6530. Grayscale: #ACACAC. Windows color (decimal): -3892529 or 13605572. OLE color: 13605572.

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

Color convert

RGB 196 154 207 -
CMYK 0.05 0.26 0 0.19
HSL 287.55º 0.36% 0.71% -
HSV(B) 287.55º 0.26% 0.81% -
XYZ 45.58 39.35 64.22 -
YUV 172.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 196 154 207 0.05 0.26 0 0.19 287.55 0.36 0.71
Hex C4 9A CF 5 1A 0 13 120 24 47
Octal 304 232 317 5 32 0 23 440 44 107
Binary 11000100 10011010 11001111 101 11010 0 10011 100100000 100100 1000111

Color Harmonies of #C49ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49ACF

Black with #C49ACF

Text Example


Text Example

White with #C49ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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