Html Css Color HEX #C483AB Lily

📋 copy color: '#C483AB'

red 196 ◦ green 131 ◦ blue 171

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

Shades of Lily #C483AB

Tints of Lily #C483AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.31%

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 39.36%
G = 26.31%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C483AB (or 0xC483AB) is known color: Lily. HEX triplet: C4, 83 and AB. RGB value is (196,131,171). Sum of RGB (Red+Green+Blue) = 196+131+171=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C483AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483AB is #3B7C54. Grayscale: #9A9A9A. Windows color (decimal): -3898453 or 11240388. OLE color: 11240388.

HSL color Cylindrical-coordinate representation of color #C483AB: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483AB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 171 -
CMYK 0 0.33 0.13 0.23
HSL 323.08º 0.36% 0.64% -
HSV(B) 323.08º 0.33% 0.77% -
XYZ 38.23 30.91 42.48 -
YUV 155 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 196 131 171 0 0.33 0.13 0.23 323.08 0.36 0.64
Hex C4 83 AB 0 21 D 17 143 24 40
Octal 304 203 253 0 41 15 27 503 44 100
Binary 11000100 10000011 10101011 0 100001 1101 10111 101000011 100100 1000000

Color Harmonies of #C483AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483AB

Black with #C483AB

Text Example


Text Example

White with #C483AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483AB; }

 p { color: rgb(196,131,171); }

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

background-color css

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

 a { background-color: rgb(196,131,171); }

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

border-color css

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

 span { border-color: rgb(196,131,171); }

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