Html Css Color HEX #C68AAA Lily

📋 copy color: '#C68AAA'

red 198 ◦ green 138 ◦ blue 170

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

Shades of Lily #C68AAA

Tints of Lily #C68AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

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

R = 39.13%
G = 27.27%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C68AAA (or 0xC68AAA) is known color: Lily. HEX triplet: C6, 8A and AA. RGB value is (198,138,170). Sum of RGB (Red+Green+Blue) = 198+138+170=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68AAA is #397555. Grayscale: #9F9F9F. Windows color (decimal): -3765590 or 11176646. OLE color: 11176646.

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

Color convert

RGB 198 138 170 -
CMYK 0 0.30 0.14 0.22
HSL 328º 0.34% 0.66% -
HSV(B) 328º 0.3% 0.78% -
XYZ 39.63 33.09 42.33 -
YUV 159.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 198 138 170 0 0.30 0.14 0.22 328 0.34 0.66
Hex C6 8A AA 0 1E E 16 148 22 42
Octal 306 212 252 0 36 16 26 510 42 102
Binary 11000110 10001010 10101010 0 11110 1110 10110 101001000 100010 1000010

Color Harmonies of #C68AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AAA

Black with #C68AAA

Text Example


Text Example

White with #C68AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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