Html Css Color HEX #C38BAB Lily

📋 copy color: '#C38BAB'

red 195 ◦ green 139 ◦ blue 171

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

Shades of Lily #C38BAB

Tints of Lily #C38BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 38.61%
G = 27.52%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C38BAB (or 0xC38BAB) is known color: Lily. HEX triplet: C3, 8B and AB. RGB value is (195,139,171). Sum of RGB (Red+Green+Blue) = 195+139+171=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BAB is #3C7454. Grayscale: #9F9F9F. Windows color (decimal): -3961941 or 11242435. OLE color: 11242435.

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

Color convert

RGB 195 139 171 -
CMYK 0 0.29 0.12 0.24
HSL 325.71º 0.32% 0.65% -
HSV(B) 325.71º 0.29% 0.76% -
XYZ 39.09 33.01 42.84 -
YUV 159.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 195 139 171 0 0.29 0.12 0.24 325.71 0.32 0.65
Hex C3 8B AB 0 1D C 18 146 20 41
Octal 303 213 253 0 35 14 30 506 40 101
Binary 11000011 10001011 10101011 0 11101 1100 11000 101000110 100000 1000001

Color Harmonies of #C38BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BAB

Black with #C38BAB

Text Example


Text Example

White with #C38BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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