Html Css Color HEX #C395BB Lily

📋 copy color: '#C395BB'

red 195 ◦ green 149 ◦ blue 187

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

Shades of Lily #C395BB

Tints of Lily #C395BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.06%

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 36.72%
G = 28.06%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C395BB (or 0xC395BB) is known color: Lily. HEX triplet: C3, 95 and BB. RGB value is (195,149,187). Sum of RGB (Red+Green+Blue) = 195+149+187=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C395BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395BB is #3C6A44. Grayscale: #A6A6A6. Windows color (decimal): -3959365 or 12293571. OLE color: 12293571.

HSL color Cylindrical-coordinate representation of color #C395BB: hue angle of 310.43º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C395BB is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 149 187 -
CMYK 0 0.24 0.04 0.24
HSL 310.43º 0.28% 0.67% -
HSV(B) 310.43º 0.24% 0.76% -
XYZ 42.22 36.68 51.87 -
YUV 167.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 195 149 187 0 0.24 0.04 0.24 310.43 0.28 0.67
Hex C3 95 BB 0 18 4 18 136 1C 43
Octal 303 225 273 0 30 4 30 466 34 103
Binary 11000011 10010101 10111011 0 11000 100 11000 100110110 11100 1000011

Color Harmonies of #C395BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395BB

Black with #C395BB

Text Example


Text Example

White with #C395BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395BB; }

 p { color: rgb(195,149,187); }

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

background-color css

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

 a { background-color: rgb(195,149,187); }

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

border-color css

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

 span { border-color: rgb(195,149,187); }

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