Html Css Color HEX #C483AC Lily

📋 copy color: '#C483AC'

red 196 ◦ green 131 ◦ blue 172

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

Shades of Lily #C483AC

Tints of Lily #C483AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.47%

R = 39.28%
G = 26.25%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C483AC (or 0xC483AC) is known color: Lily. HEX triplet: C4, 83 and AC. RGB value is (196,131,172). Sum of RGB (Red+Green+Blue) = 196+131+172=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C483AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483AC is #3B7C53. Grayscale: #9B9B9B. Windows color (decimal): -3898452 or 11305924. OLE color: 11305924.

HSL color Cylindrical-coordinate representation of color #C483AC: hue angle of 322.15º 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 #C483AC is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 172 -
CMYK 0 0.33 0.12 0.23
HSL 322.15º 0.36% 0.64% -
HSV(B) 322.15º 0.33% 0.77% -
XYZ 38.33 30.95 42.98 -
YUV 155.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 196 131 172 0 0.33 0.12 0.23 322.15 0.36 0.64
Hex C4 83 AC 0 21 C 17 142 24 40
Octal 304 203 254 0 41 14 27 502 44 100
Binary 11000100 10000011 10101100 0 100001 1100 10111 101000010 100100 1000000

Color Harmonies of #C483AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483AC

Black with #C483AC

Text Example


Text Example

White with #C483AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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