Html Css Color HEX #C685AB Lily

📋 copy color: '#C685AB'

red 198 ◦ green 133 ◦ blue 171

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

Shades of Lily #C685AB

Tints of Lily #C685AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.49%

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 39.44%
G = 26.49%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C685AB (or 0xC685AB) is known color: Lily. HEX triplet: C6, 85 and AB. RGB value is (198,133,171). Sum of RGB (Red+Green+Blue) = 198+133+171=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C685AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685AB is #397A54. Grayscale: #9C9C9C. Windows color (decimal): -3766869 or 11240902. OLE color: 11240902.

HSL color Cylindrical-coordinate representation of color #C685AB: hue angle of 324.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C685AB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 171 -
CMYK 0 0.33 0.14 0.22
HSL 324.92º 0.36% 0.65% -
HSV(B) 324.92º 0.33% 0.78% -
XYZ 39.03 31.72 42.59 -
YUV 156.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 198 133 171 0 0.33 0.14 0.22 324.92 0.36 0.65
Hex C6 85 AB 0 21 E 16 145 24 41
Octal 306 205 253 0 41 16 26 505 44 101
Binary 11000110 10000101 10101011 0 100001 1110 10110 101000101 100100 1000001

Color Harmonies of #C685AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685AB

Black with #C685AB

Text Example


Text Example

White with #C685AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685AB; }

 p { color: rgb(198,133,171); }

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

background-color css

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

 a { background-color: rgb(198,133,171); }

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

border-color css

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

 span { border-color: rgb(198,133,171); }

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