Html Css Color HEX #C683AA Lily

📋 copy color: '#C683AA'

red 198 ◦ green 131 ◦ blue 170

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

Shades of Lily #C683AA

Tints of Lily #C683AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.25%

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

R = 39.68%
G = 26.25%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C683AA (or 0xC683AA) is known color: Lily. HEX triplet: C6, 83 and AA. RGB value is (198,131,170). Sum of RGB (Red+Green+Blue) = 198+131+170=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C683AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C683AA is #397C55. Grayscale: #9B9B9B. Windows color (decimal): -3767382 or 11174854. OLE color: 11174854.

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

Color convert

RGB 198 131 170 -
CMYK 0 0.34 0.14 0.22
HSL 325.07º 0.37% 0.65% -
HSV(B) 325.07º 0.34% 0.78% -
XYZ 38.66 31.14 42 -
YUV 155.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 198 131 170 0 0.34 0.14 0.22 325.07 0.37 0.65
Hex C6 83 AA 0 22 E 16 145 25 41
Octal 306 203 252 0 42 16 26 505 45 101
Binary 11000110 10000011 10101010 0 100010 1110 10110 101000101 100101 1000001

Color Harmonies of #C683AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C683AA

Black with #C683AA

Text Example


Text Example

White with #C683AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C683AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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