Html Css Color HEX #C38CA8 Lily

📋 copy color: '#C38CA8'

red 195 ◦ green 140 ◦ blue 168

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

Shades of Lily #C38CA8

Tints of Lily #C38CA8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

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

R = 38.77%
G = 27.83%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C38CA8 (or 0xC38CA8) is known color: Lily. HEX triplet: C3, 8C and A8. RGB value is (195,140,168). Sum of RGB (Red+Green+Blue) = 195+140+168=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CA8 is #3C7357. Grayscale: #9F9F9F. Windows color (decimal): -3961688 or 11046083. OLE color: 11046083.

HSL color Cylindrical-coordinate representation of color #C38CA8: hue angle of 329.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38CA8 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 140 168 -
CMYK 0 0.28 0.14 0.24
HSL 329.45º 0.31% 0.66% -
HSV(B) 329.45º 0.28% 0.76% -
XYZ 38.95 33.19 41.4 -
YUV 159.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 195 140 168 0 0.28 0.14 0.24 329.45 0.31 0.66
Hex C3 8C A8 0 1C E 18 149 1F 42
Octal 303 214 250 0 34 16 30 511 37 102
Binary 11000011 10001100 10101000 0 11100 1110 11000 101001001 11111 1000010

Color Harmonies of #C38CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CA8

Black with #C38CA8

Text Example


Text Example

White with #C38CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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