Html Css Color HEX #C682AF Lily

📋 copy color: '#C682AF'

red 198 ◦ green 130 ◦ blue 175

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

Shades of Lily #C682AF

Tints of Lily #C682AF

RGB

 RED value IS 198 (77.73% from 255) = 39.36%

 GREEN value IS 130 (51.17% from 255) = 25.84%

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

R = 39.36%
G = 25.84%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C682AF (or 0xC682AF) is known color: Lily. HEX triplet: C6, 82 and AF. RGB value is (198,130,175). Sum of RGB (Red+Green+Blue) = 198+130+175=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C682AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C682AF is #397D50. Grayscale: #9B9B9B. Windows color (decimal): -3767633 or 11502278. OLE color: 11502278.

HSL color Cylindrical-coordinate representation of color #C682AF: hue angle of 320.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682AF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 175 -
CMYK 0 0.34 0.12 0.22
HSL 320.29º 0.37% 0.64% -
HSV(B) 320.29º 0.34% 0.78% -
XYZ 39.01 31.07 44.5 -
YUV 155.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 198 130 175 0 0.34 0.12 0.22 320.29 0.37 0.64
Hex C6 82 AF 0 22 C 16 140 25 40
Octal 306 202 257 0 42 14 26 500 45 100
Binary 11000110 10000010 10101111 0 100010 1100 10110 101000000 100101 1000000

Color Harmonies of #C682AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682AF

Black with #C682AF

Text Example


Text Example

White with #C682AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682AF; }

 p { color: rgb(198,130,175); }

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

background-color css

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

 a { background-color: rgb(198,130,175); }

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

border-color css

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

 span { border-color: rgb(198,130,175); }

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