Html Css Color HEX #C690BA Lily

📋 copy color: '#C690BA'

red 198 ◦ green 144 ◦ blue 186

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

Shades of Lily #C690BA

Tints of Lily #C690BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.27%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 37.5%
G = 27.27%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C690BA (or 0xC690BA) is known color: Lily. HEX triplet: C6, 90 and BA. RGB value is (198,144,186). Sum of RGB (Red+Green+Blue) = 198+144+186=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C690BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690BA is #396F45. Grayscale: #A4A4A4. Windows color (decimal): -3764038 or 12226758. OLE color: 12226758.

HSL color Cylindrical-coordinate representation of color #C690BA: hue angle of 313.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C690BA is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 186 -
CMYK 0 0.27 0.06 0.22
HSL 313.33º 0.32% 0.67% -
HSV(B) 313.33º 0.27% 0.78% -
XYZ 42.12 35.5 51.09 -
YUV 164.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 198 144 186 0 0.27 0.06 0.22 313.33 0.32 0.67
Hex C6 90 BA 0 1B 6 16 139 20 43
Octal 306 220 272 0 33 6 26 471 40 103
Binary 11000110 10010000 10111010 0 11011 110 10110 100111001 100000 1000011

Color Harmonies of #C690BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690BA

Black with #C690BA

Text Example


Text Example

White with #C690BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690BA; }

 p { color: rgb(198,144,186); }

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

background-color css

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

 a { background-color: rgb(198,144,186); }

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

border-color css

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

 span { border-color: rgb(198,144,186); }

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