Html Css Color HEX #C38BA9 Lily

📋 copy color: '#C38BA9'

red 195 ◦ green 139 ◦ blue 169

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

Shades of Lily #C38BA9

Tints of Lily #C38BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

 BLUE value IS 169 (66.41% from 255) = 33.6%

R = 38.77%
G = 27.63%
B = 33.6%

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

#C38BA9 (or 0xC38BA9) is known color: Lily. HEX triplet: C3, 8B and A9. RGB value is (195,139,169). Sum of RGB (Red+Green+Blue) = 195+139+169=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA9 is #3C7456. Grayscale: #9F9F9F. Windows color (decimal): -3961943 or 11111363. OLE color: 11111363.

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

Color convert

RGB 195 139 169 -
CMYK 0 0.29 0.13 0.24
HSL 327.86º 0.32% 0.65% -
HSV(B) 327.86º 0.29% 0.76% -
XYZ 38.9 32.93 41.84 -
YUV 159.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 195 139 169 0 0.29 0.13 0.24 327.86 0.32 0.65
Hex C3 8B A9 0 1D D 18 148 20 41
Octal 303 213 251 0 35 15 30 510 40 101
Binary 11000011 10001011 10101001 0 11101 1101 11000 101001000 100000 1000001

Color Harmonies of #C38BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BA9

Black with #C38BA9

Text Example


Text Example

White with #C38BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BA9; }

 p { color: rgb(195,139,169); }

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

background-color css

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

 a { background-color: rgb(195,139,169); }

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

border-color css

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

 span { border-color: rgb(195,139,169); }

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