Html Css Color HEX #C38CA9 Lily

📋 copy color: '#C38CA9'

red 195 ◦ green 140 ◦ blue 169

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

Shades of Lily #C38CA9

Tints of Lily #C38CA9

RGB

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

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

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

R = 38.69%
G = 27.78%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C38CA9 (or 0xC38CA9) is known color: Lily. HEX triplet: C3, 8C and A9. RGB value is (195,140,169). Sum of RGB (Red+Green+Blue) = 195+140+169=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CA9 is #3C7356. Grayscale: #9F9F9F. Windows color (decimal): -3961687 or 11111619. OLE color: 11111619.

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

Color convert

RGB 195 140 169 -
CMYK 0 0.28 0.13 0.24
HSL 328.36º 0.31% 0.66% -
HSV(B) 328.36º 0.28% 0.76% -
XYZ 39.05 33.22 41.89 -
YUV 159.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 195 140 169 0 0.28 0.13 0.24 328.36 0.31 0.66
Hex C3 8C A9 0 1C D 18 148 1F 42
Octal 303 214 251 0 34 15 30 510 37 102
Binary 11000011 10001100 10101001 0 11100 1101 11000 101001000 11111 1000010

Color Harmonies of #C38CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CA9

Black with #C38CA9

Text Example


Text Example

White with #C38CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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