Html Css Color HEX #C38BAA Lily

📋 copy color: '#C38BAA'

red 195 ◦ green 139 ◦ blue 170

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

Shades of Lily #C38BAA

Tints of Lily #C38BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.58%

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

R = 38.69%
G = 27.58%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C38BAA (or 0xC38BAA) is known color: Lily. HEX triplet: C3, 8B and AA. RGB value is (195,139,170). Sum of RGB (Red+Green+Blue) = 195+139+170=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BAA is #3C7455. Grayscale: #9F9F9F. Windows color (decimal): -3961942 or 11176899. OLE color: 11176899.

HSL color Cylindrical-coordinate representation of color #C38BAA: hue angle of 326.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BAA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 170 -
CMYK 0 0.29 0.13 0.24
HSL 326.79º 0.32% 0.65% -
HSV(B) 326.79º 0.29% 0.76% -
XYZ 38.99 32.97 42.34 -
YUV 159.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 195 139 170 0 0.29 0.13 0.24 326.79 0.32 0.65
Hex C3 8B AA 0 1D D 18 147 20 41
Octal 303 213 252 0 35 15 30 507 40 101
Binary 11000011 10001011 10101010 0 11101 1101 11000 101000111 100000 1000001

Color Harmonies of #C38BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BAA

Black with #C38BAA

Text Example


Text Example

White with #C38BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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