Html Css Color HEX #C38BAF Lily

📋 copy color: '#C38BAF'

red 195 ◦ green 139 ◦ blue 175

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

Shades of Lily #C38BAF

Tints of Lily #C38BAF

RGB

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

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

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

R = 38.31%
G = 27.31%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C38BAF (or 0xC38BAF) is known color: Lily. HEX triplet: C3, 8B and AF. RGB value is (195,139,175). Sum of RGB (Red+Green+Blue) = 195+139+175=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BAF is #3C7450. Grayscale: #9F9F9F. Windows color (decimal): -3961937 or 11504579. OLE color: 11504579.

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

Color convert

RGB 195 139 175 -
CMYK 0 0.29 0.10 0.24
HSL 321.43º 0.32% 0.65% -
HSV(B) 321.43º 0.29% 0.76% -
XYZ 39.48 33.16 44.88 -
YUV 159.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 195 139 175 0 0.29 0.10 0.24 321.43 0.32 0.65
Hex C3 8B AF 0 1D A 18 141 20 41
Octal 303 213 257 0 35 12 30 501 40 101
Binary 11000011 10001011 10101111 0 11101 1010 11000 101000001 100000 1000001

Color Harmonies of #C38BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BAF

Black with #C38BAF

Text Example


Text Example

White with #C38BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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