Html Css Color HEX #C38AAC Lily

📋 copy color: '#C38AAC'

red 195 ◦ green 138 ◦ blue 172

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

Shades of Lily #C38AAC

Tints of Lily #C38AAC

RGB

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

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

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

R = 38.61%
G = 27.33%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C38AAC (or 0xC38AAC) is known color: Lily. HEX triplet: C3, 8A and AC. RGB value is (195,138,172). Sum of RGB (Red+Green+Blue) = 195+138+172=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AAC is #3C7553. Grayscale: #9E9E9E. Windows color (decimal): -3962196 or 11307715. OLE color: 11307715.

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

Color convert

RGB 195 138 172 -
CMYK 0 0.29 0.12 0.24
HSL 324.21º 0.32% 0.65% -
HSV(B) 324.21º 0.29% 0.76% -
XYZ 39.04 32.76 43.29 -
YUV 158.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 195 138 172 0 0.29 0.12 0.24 324.21 0.32 0.65
Hex C3 8A AC 0 1D C 18 144 20 41
Octal 303 212 254 0 35 14 30 504 40 101
Binary 11000011 10001010 10101100 0 11101 1100 11000 101000100 100000 1000001

Color Harmonies of #C38AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38AAC

Black with #C38AAC

Text Example


Text Example

White with #C38AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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