Html Css Color HEX #C583AF Lily

📋 copy color: '#C583AF'

red 197 ◦ green 131 ◦ blue 175

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

Shades of Lily #C583AF

Tints of Lily #C583AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.04%

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

R = 39.17%
G = 26.04%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C583AF (or 0xC583AF) is known color: Lily. HEX triplet: C5, 83 and AF. RGB value is (197,131,175). Sum of RGB (Red+Green+Blue) = 197+131+175=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C583AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C583AF is #3A7C50. Grayscale: #9B9B9B. Windows color (decimal): -3832913 or 11502533. OLE color: 11502533.

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

Color convert

RGB 197 131 175 -
CMYK 0 0.34 0.11 0.23
HSL 320º 0.36% 0.64% -
HSV(B) 320º 0.34% 0.77% -
XYZ 38.88 31.2 44.53 -
YUV 155.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 197 131 175 0 0.34 0.11 0.23 320 0.36 0.64
Hex C5 83 AF 0 22 B 17 140 24 40
Octal 305 203 257 0 42 13 27 500 44 100
Binary 11000101 10000011 10101111 0 100010 1011 10111 101000000 100100 1000000

Color Harmonies of #C583AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C583AF

Black with #C583AF

Text Example


Text Example

White with #C583AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C583AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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