Html Css Color HEX #C38AAA Lily

📋 copy color: '#C38AAA'

red 195 ◦ green 138 ◦ blue 170

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

Shades of Lily #C38AAA

Tints of Lily #C38AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.44%

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

R = 38.77%
G = 27.44%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C38AAA (or 0xC38AAA) is known color: Lily. HEX triplet: C3, 8A and AA. RGB value is (195,138,170). Sum of RGB (Red+Green+Blue) = 195+138+170=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AAA is #3C7555. Grayscale: #9E9E9E. Windows color (decimal): -3962198 or 11176643. OLE color: 11176643.

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

Color convert

RGB 195 138 170 -
CMYK 0 0.29 0.13 0.24
HSL 326.32º 0.32% 0.65% -
HSV(B) 326.32º 0.29% 0.76% -
XYZ 38.85 32.68 42.29 -
YUV 158.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 195 138 170 0 0.29 0.13 0.24 326.32 0.32 0.65
Hex C3 8A AA 0 1D D 18 146 20 41
Octal 303 212 252 0 35 15 30 506 40 101
Binary 11000011 10001010 10101010 0 11101 1101 11000 101000110 100000 1000001

Color Harmonies of #C38AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38AAA

Black with #C38AAA

Text Example


Text Example

White with #C38AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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