Html Css Color HEX #C690B9 Lily

📋 copy color: '#C690B9'

red 198 ◦ green 144 ◦ blue 185

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

Shades of Lily #C690B9

Tints of Lily #C690B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 37.57%
G = 27.32%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C690B9 (or 0xC690B9) is known color: Lily. HEX triplet: C6, 90 and B9. RGB value is (198,144,185). Sum of RGB (Red+Green+Blue) = 198+144+185=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C690B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690B9 is #396F46. Grayscale: #A4A4A4. Windows color (decimal): -3764039 or 12161222. OLE color: 12161222.

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

Color convert

RGB 198 144 185 -
CMYK 0 0.27 0.07 0.22
HSL 314.44º 0.32% 0.67% -
HSV(B) 314.44º 0.27% 0.78% -
XYZ 42.02 35.46 50.53 -
YUV 164.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 198 144 185 0 0.27 0.07 0.22 314.44 0.32 0.67
Hex C6 90 B9 0 1B 7 16 13A 20 43
Octal 306 220 271 0 33 7 26 472 40 103
Binary 11000110 10010000 10111001 0 11011 111 10110 100111010 100000 1000011

Color Harmonies of #C690B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690B9

Black with #C690B9

Text Example


Text Example

White with #C690B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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