Html Css Color HEX #C682AE Lily

📋 copy color: '#C682AE'

red 198 ◦ green 130 ◦ blue 174

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

Shades of Lily #C682AE

Tints of Lily #C682AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 39.44%
G = 25.9%
B = 34.66%

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

#C682AE (or 0xC682AE) is known color: Lily. HEX triplet: C6, 82 and AE. RGB value is (198,130,174). Sum of RGB (Red+Green+Blue) = 198+130+174=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C682AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C682AE is #397D51. Grayscale: #9B9B9B. Windows color (decimal): -3767634 or 11436742. OLE color: 11436742.

HSL color Cylindrical-coordinate representation of color #C682AE: hue angle of 321.18º 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 #C682AE is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 174 -
CMYK 0 0.34 0.12 0.22
HSL 321.18º 0.37% 0.64% -
HSV(B) 321.18º 0.34% 0.78% -
XYZ 38.91 31.03 43.98 -
YUV 155.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 198 130 174 0 0.34 0.12 0.22 321.18 0.37 0.64
Hex C6 82 AE 0 22 C 16 141 25 40
Octal 306 202 256 0 42 14 26 501 45 100
Binary 11000110 10000010 10101110 0 100010 1100 10110 101000001 100101 1000000

Color Harmonies of #C682AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682AE

Black with #C682AE

Text Example


Text Example

White with #C682AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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