Html Css Color HEX #C38EAC Lily

📋 copy color: '#C38EAC'

red 195 ◦ green 142 ◦ blue 172

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

Shades of Lily #C38EAC

Tints of Lily #C38EAC

RGB

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

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

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

R = 38.31%
G = 27.9%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C38EAC (or 0xC38EAC) is known color: Lily. HEX triplet: C3, 8E and AC. RGB value is (195,142,172). Sum of RGB (Red+Green+Blue) = 195+142+172=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EAC is #3C7153. Grayscale: #A1A1A1. Windows color (decimal): -3961172 or 11308739. OLE color: 11308739.

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

Color convert

RGB 195 142 172 -
CMYK 0 0.27 0.12 0.24
HSL 326.04º 0.31% 0.66% -
HSV(B) 326.04º 0.27% 0.76% -
XYZ 39.63 33.93 43.49 -
YUV 161.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 195 142 172 0 0.27 0.12 0.24 326.04 0.31 0.66
Hex C3 8E AC 0 1B C 18 146 1F 42
Octal 303 216 254 0 33 14 30 506 37 102
Binary 11000011 10001110 10101100 0 11011 1100 11000 101000110 11111 1000010

Color Harmonies of #C38EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EAC

Black with #C38EAC

Text Example


Text Example

White with #C38EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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