Html Css Color HEX #C38CAA Lily

📋 copy color: '#C38CAA'

red 195 ◦ green 140 ◦ blue 170

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

Shades of Lily #C38CAA

Tints of Lily #C38CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 38.61%
G = 27.72%
B = 33.66%

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

#C38CAA (or 0xC38CAA) is known color: Lily. HEX triplet: C3, 8C and AA. RGB value is (195,140,170). Sum of RGB (Red+Green+Blue) = 195+140+170=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CAA is #3C7355. Grayscale: #9F9F9F. Windows color (decimal): -3961686 or 11177155. OLE color: 11177155.

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

Color convert

RGB 195 140 170 -
CMYK 0 0.28 0.13 0.24
HSL 327.27º 0.31% 0.66% -
HSV(B) 327.27º 0.28% 0.76% -
XYZ 39.14 33.26 42.39 -
YUV 159.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 195 140 170 0 0.28 0.13 0.24 327.27 0.31 0.66
Hex C3 8C AA 0 1C D 18 147 1F 42
Octal 303 214 252 0 34 15 30 507 37 102
Binary 11000011 10001100 10101010 0 11100 1101 11000 101000111 11111 1000010

Color Harmonies of #C38CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CAA

Black with #C38CAA

Text Example


Text Example

White with #C38CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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