Html Css Color HEX #C482AA Lily

📋 copy color: '#C482AA'

red 196 ◦ green 130 ◦ blue 170

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

Shades of Lily #C482AA

Tints of Lily #C482AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 39.52%
G = 26.21%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C482AA (or 0xC482AA) is known color: Lily. HEX triplet: C4, 82 and AA. RGB value is (196,130,170). Sum of RGB (Red+Green+Blue) = 196+130+170=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C482AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482AA is #3B7D55. Grayscale: #9A9A9A. Windows color (decimal): -3898710 or 11174596. OLE color: 11174596.

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

Color convert

RGB 196 130 170 -
CMYK 0 0.34 0.13 0.23
HSL 323.64º 0.36% 0.64% -
HSV(B) 323.64º 0.34% 0.77% -
XYZ 38 30.6 41.93 -
YUV 154.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 196 130 170 0 0.34 0.13 0.23 323.64 0.36 0.64
Hex C4 82 AA 0 22 D 17 144 24 40
Octal 304 202 252 0 42 15 27 504 44 100
Binary 11000100 10000010 10101010 0 100010 1101 10111 101000100 100100 1000000

Color Harmonies of #C482AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482AA

Black with #C482AA

Text Example


Text Example

White with #C482AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482AA; }

 p { color: rgb(196,130,170); }

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

background-color css

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

 a { background-color: rgb(196,130,170); }

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

border-color css

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

 span { border-color: rgb(196,130,170); }

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