Html Css Color HEX #C38BA8 Lily

📋 copy color: '#C38BA8'

red 195 ◦ green 139 ◦ blue 168

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

Shades of Lily #C38BA8

Tints of Lily #C38BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.47%

R = 38.84%
G = 27.69%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C38BA8 (or 0xC38BA8) is known color: Lily. HEX triplet: C3, 8B and A8. RGB value is (195,139,168). Sum of RGB (Red+Green+Blue) = 195+139+168=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA8 is #3C7457. Grayscale: #9E9E9E. Windows color (decimal): -3961944 or 11045827. OLE color: 11045827.

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

Color convert

RGB 195 139 168 -
CMYK 0 0.29 0.14 0.24
HSL 328.93º 0.32% 0.65% -
HSV(B) 328.93º 0.29% 0.76% -
XYZ 38.81 32.89 41.35 -
YUV 159.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 195 139 168 0 0.29 0.14 0.24 328.93 0.32 0.65
Hex C3 8B A8 0 1D E 18 149 20 41
Octal 303 213 250 0 35 16 30 511 40 101
Binary 11000011 10001011 10101000 0 11101 1110 11000 101001001 100000 1000001

Color Harmonies of #C38BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BA8

Black with #C38BA8

Text Example


Text Example

White with #C38BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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