Html Css Color HEX #C599AF Lily

📋 copy color: '#C599AF'

red 197 ◦ green 153 ◦ blue 175

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

Shades of Lily #C599AF

Tints of Lily #C599AF

RGB

 RED value IS 197 (77.34% from 255) = 37.52%

 GREEN value IS 153 (60.16% from 255) = 29.14%

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

R = 37.52%
G = 29.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C599AF (or 0xC599AF) is known color: Lily. HEX triplet: C5, 99 and AF. RGB value is (197,153,175). Sum of RGB (Red+Green+Blue) = 197+153+175=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C599AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C599AF is #3A6650. Grayscale: #A8A8A8. Windows color (decimal): -3827281 or 11508165. OLE color: 11508165.

HSL color Cylindrical-coordinate representation of color #C599AF: hue angle of 330º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C599AF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 153 175 -
CMYK 0 0.22 0.11 0.23
HSL 330º 0.28% 0.69% -
HSV(B) 330º 0.22% 0.77% -
XYZ 42.16 37.75 45.62 -
YUV 168.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 197 153 175 0 0.22 0.11 0.23 330 0.28 0.69
Hex C5 99 AF 0 16 B 17 14A 1C 45
Octal 305 231 257 0 26 13 27 512 34 105
Binary 11000101 10011001 10101111 0 10110 1011 10111 101001010 11100 1000101

Color Harmonies of #C599AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C599AF

Black with #C599AF

Text Example


Text Example

White with #C599AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C599AF; }

 p { color: rgb(197,153,175); }

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

background-color css

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

 a { background-color: rgb(197,153,175); }

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

border-color css

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

 span { border-color: rgb(197,153,175); }

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