Html Css Color HEX #C38CAF Lily

📋 copy color: '#C38CAF'

red 195 ◦ green 140 ◦ blue 175

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

Shades of Lily #C38CAF

Tints of Lily #C38CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 38.24%
G = 27.45%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C38CAF (or 0xC38CAF) is known color: Lily. HEX triplet: C3, 8C and AF. RGB value is (195,140,175). Sum of RGB (Red+Green+Blue) = 195+140+175=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CAF is #3C7350. Grayscale: #A0A0A0. Windows color (decimal): -3961681 or 11504835. OLE color: 11504835.

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

Color convert

RGB 195 140 175 -
CMYK 0 0.28 0.10 0.24
HSL 321.82º 0.31% 0.66% -
HSV(B) 321.82º 0.28% 0.76% -
XYZ 39.62 33.45 44.93 -
YUV 160.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 195 140 175 0 0.28 0.10 0.24 321.82 0.31 0.66
Hex C3 8C AF 0 1C A 18 142 1F 42
Octal 303 214 257 0 34 12 30 502 37 102
Binary 11000011 10001100 10101111 0 11100 1010 11000 101000010 11111 1000010

Color Harmonies of #C38CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CAF

Black with #C38CAF

Text Example


Text Example

White with #C38CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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