Html Css Color HEX #C68CAE Lily

📋 copy color: '#C68CAE'

red 198 ◦ green 140 ◦ blue 174

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

Shades of Lily #C68CAE

Tints of Lily #C68CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 38.67%
G = 27.34%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C68CAE (or 0xC68CAE) is known color: Lily. HEX triplet: C6, 8C and AE. RGB value is (198,140,174). Sum of RGB (Red+Green+Blue) = 198+140+174=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CAE is #397351. Grayscale: #A1A1A1. Windows color (decimal): -3765074 or 11439302. OLE color: 11439302.

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

Color convert

RGB 198 140 174 -
CMYK 0 0.29 0.12 0.22
HSL 324.83º 0.34% 0.66% -
HSV(B) 324.83º 0.29% 0.78% -
XYZ 40.31 33.82 44.45 -
YUV 161.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 198 140 174 0 0.29 0.12 0.22 324.83 0.34 0.66
Hex C6 8C AE 0 1D C 16 145 22 42
Octal 306 214 256 0 35 14 26 505 42 102
Binary 11000110 10001100 10101110 0 11101 1100 10110 101000101 100010 1000010

Color Harmonies of #C68CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CAE

Black with #C68CAE

Text Example


Text Example

White with #C68CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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