Html Css Color HEX #C685AA Lily

📋 copy color: '#C685AA'

red 198 ◦ green 133 ◦ blue 170

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

Shades of Lily #C685AA

Tints of Lily #C685AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 39.52%
G = 26.55%
B = 33.93%

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

#C685AA (or 0xC685AA) is known color: Lily. HEX triplet: C6, 85 and AA. RGB value is (198,133,170). Sum of RGB (Red+Green+Blue) = 198+133+170=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C685AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685AA is #397A55. Grayscale: #9C9C9C. Windows color (decimal): -3766870 or 11175366. OLE color: 11175366.

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

Color convert

RGB 198 133 170 -
CMYK 0 0.33 0.14 0.22
HSL 325.85º 0.36% 0.65% -
HSV(B) 325.85º 0.33% 0.78% -
XYZ 38.93 31.68 42.09 -
YUV 156.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 198 133 170 0 0.33 0.14 0.22 325.85 0.36 0.65
Hex C6 85 AA 0 21 E 16 146 24 41
Octal 306 205 252 0 41 16 26 506 44 101
Binary 11000110 10000101 10101010 0 100001 1110 10110 101000110 100100 1000001

Color Harmonies of #C685AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685AA

Black with #C685AA

Text Example


Text Example

White with #C685AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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