Html Css Color HEX #C38DAA Lily

📋 copy color: '#C38DAA'

red 195 ◦ green 141 ◦ blue 170

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

Shades of Lily #C38DAA

Tints of Lily #C38DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.87%

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

R = 38.54%
G = 27.87%
B = 33.6%

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

#C38DAA (or 0xC38DAA) is known color: Lily. HEX triplet: C3, 8D and AA. RGB value is (195,141,170). Sum of RGB (Red+Green+Blue) = 195+141+170=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DAA is #3C7255. Grayscale: #A0A0A0. Windows color (decimal): -3961430 or 11177411. OLE color: 11177411.

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

Color convert

RGB 195 141 170 -
CMYK 0 0.28 0.13 0.24
HSL 327.78º 0.31% 0.66% -
HSV(B) 327.78º 0.28% 0.76% -
XYZ 39.29 33.55 42.44 -
YUV 160.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 195 141 170 0 0.28 0.13 0.24 327.78 0.31 0.66
Hex C3 8D AA 0 1C D 18 148 1F 42
Octal 303 215 252 0 34 15 30 510 37 102
Binary 11000011 10001101 10101010 0 11100 1101 11000 101001000 11111 1000010

Color Harmonies of #C38DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DAA

Black with #C38DAA

Text Example


Text Example

White with #C38DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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