Html Css Color HEX #C382AA Lily

📋 copy color: '#C382AA'

red 195 ◦ green 130 ◦ blue 170

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

Shades of Lily #C382AA

Tints of Lily #C382AA

RGB

 RED value IS 195 (76.56% from 255) = 39.39%

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

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

R = 39.39%
G = 26.26%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C382AA (or 0xC382AA) is known color: Lily. HEX triplet: C3, 82 and AA. RGB value is (195,130,170). Sum of RGB (Red+Green+Blue) = 195+130+170=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C382AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382AA is #3C7D55. Grayscale: #999999. Windows color (decimal): -3964246 or 11174595. OLE color: 11174595.

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

Color convert

RGB 195 130 170 -
CMYK 0 0.33 0.13 0.24
HSL 323.08º 0.35% 0.64% -
HSV(B) 323.08º 0.33% 0.76% -
XYZ 37.74 30.47 41.92 -
YUV 154 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 195 130 170 0 0.33 0.13 0.24 323.08 0.35 0.64
Hex C3 82 AA 0 21 D 18 143 23 40
Octal 303 202 252 0 41 15 30 503 43 100
Binary 11000011 10000010 10101010 0 100001 1101 11000 101000011 100011 1000000

Color Harmonies of #C382AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382AA

Black with #C382AA

Text Example


Text Example

White with #C382AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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