Html Css Color HEX #C38CAC Lily

📋 copy color: '#C38CAC'

red 195 ◦ green 140 ◦ blue 172

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

Shades of Lily #C38CAC

Tints of Lily #C38CAC

RGB

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

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

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

R = 38.46%
G = 27.61%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C38CAC (or 0xC38CAC) is known color: Lily. HEX triplet: C3, 8C and AC. RGB value is (195,140,172). Sum of RGB (Red+Green+Blue) = 195+140+172=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CAC is #3C7353. Grayscale: #A0A0A0. Windows color (decimal): -3961684 or 11308227. OLE color: 11308227.

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

Color convert

RGB 195 140 172 -
CMYK 0 0.28 0.12 0.24
HSL 325.09º 0.31% 0.66% -
HSV(B) 325.09º 0.28% 0.76% -
XYZ 39.33 33.34 43.39 -
YUV 160.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 195 140 172 0 0.28 0.12 0.24 325.09 0.31 0.66
Hex C3 8C AC 0 1C C 18 145 1F 42
Octal 303 214 254 0 34 14 30 505 37 102
Binary 11000011 10001100 10101100 0 11100 1100 11000 101000101 11111 1000010

Color Harmonies of #C38CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CAC

Black with #C38CAC

Text Example


Text Example

White with #C38CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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