Html Css Color HEX #C195B5 Lily

📋 copy color: '#C195B5'

red 193 ◦ green 149 ◦ blue 181

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

Shades of Lily #C195B5

Tints of Lily #C195B5

RGB

 RED value IS 193 (75.78% from 255) = 36.9%

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 36.9%
G = 28.49%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C195B5 (or 0xC195B5) is known color: Lily. HEX triplet: C1, 95 and B5. RGB value is (193,149,181). Sum of RGB (Red+Green+Blue) = 193+149+181=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C195B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195B5 is #3E6A4A. Grayscale: #A5A5A5. Windows color (decimal): -4090443 or 11900353. OLE color: 11900353.

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

Color convert

RGB 193 149 181 -
CMYK 0 0.23 0.06 0.24
HSL 316.36º 0.26% 0.67% -
HSV(B) 316.36º 0.23% 0.76% -
XYZ 41.08 36.17 48.53 -
YUV 165.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 193 149 181 0 0.23 0.06 0.24 316.36 0.26 0.67
Hex C1 95 B5 0 17 6 18 13C 1A 43
Octal 301 225 265 0 27 6 30 474 32 103
Binary 11000001 10010101 10110101 0 10111 110 11000 100111100 11010 1000011

Color Harmonies of #C195B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195B5

Black with #C195B5

Text Example


Text Example

White with #C195B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195B5; }

 p { color: rgb(193,149,181); }

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

background-color css

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

 a { background-color: rgb(193,149,181); }

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

border-color css

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

 span { border-color: rgb(193,149,181); }

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