Html Css Color HEX #C38EA8 Lily

📋 copy color: '#C38EA8'

red 195 ◦ green 142 ◦ blue 168

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

Shades of Lily #C38EA8

Tints of Lily #C38EA8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.12%

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

R = 38.61%
G = 28.12%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C38EA8 (or 0xC38EA8) is known color: Lily. HEX triplet: C3, 8E and A8. RGB value is (195,142,168). Sum of RGB (Red+Green+Blue) = 195+142+168=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EA8 is #3C7157. Grayscale: #A0A0A0. Windows color (decimal): -3961176 or 11046595. OLE color: 11046595.

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

Color convert

RGB 195 142 168 -
CMYK 0 0.27 0.14 0.24
HSL 330.57º 0.31% 0.66% -
HSV(B) 330.57º 0.27% 0.76% -
XYZ 39.25 33.78 41.5 -
YUV 160.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 195 142 168 0 0.27 0.14 0.24 330.57 0.31 0.66
Hex C3 8E A8 0 1B E 18 14B 1F 42
Octal 303 216 250 0 33 16 30 513 37 102
Binary 11000011 10001110 10101000 0 11011 1110 11000 101001011 11111 1000010

Color Harmonies of #C38EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EA8

Black with #C38EA8

Text Example


Text Example

White with #C38EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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