Html Css Color HEX #C095AF Lily

📋 copy color: '#C095AF'

red 192 ◦ green 149 ◦ blue 175

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

Shades of Lily #C095AF

Tints of Lily #C095AF

RGB

 RED value IS 192 (75.39% from 255) = 37.21%

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

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

R = 37.21%
G = 28.88%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C095AF (or 0xC095AF) is known color: Lily. HEX triplet: C0, 95 and AF. RGB value is (192,149,175). Sum of RGB (Red+Green+Blue) = 192+149+175=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C095AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095AF is #3F6A50. Grayscale: #A4A4A4. Windows color (decimal): -4155985 or 11507136. OLE color: 11507136.

HSL color Cylindrical-coordinate representation of color #C095AF: hue angle of 323.72º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C095AF is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 175 -
CMYK 0 0.22 0.09 0.25
HSL 323.72º 0.25% 0.67% -
HSV(B) 323.72º 0.22% 0.75% -
XYZ 40.22 35.8 45.35 -
YUV 164.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 192 149 175 0 0.22 0.09 0.25 323.72 0.25 0.67
Hex C0 95 AF 0 16 9 19 144 19 43
Octal 300 225 257 0 26 11 31 504 31 103
Binary 11000000 10010101 10101111 0 10110 1001 11001 101000100 11001 1000011

Color Harmonies of #C095AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095AF

Black with #C095AF

Text Example


Text Example

White with #C095AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095AF; }

 p { color: rgb(192,149,175); }

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

background-color css

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

 a { background-color: rgb(192,149,175); }

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

border-color css

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

 span { border-color: rgb(192,149,175); }

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