Html Css Color HEX #C690B6 Lily

📋 copy color: '#C690B6'

red 198 ◦ green 144 ◦ blue 182

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

Shades of Lily #C690B6

Tints of Lily #C690B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 37.79%
G = 27.48%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C690B6 (or 0xC690B6) is known color: Lily. HEX triplet: C6, 90 and B6. RGB value is (198,144,182). Sum of RGB (Red+Green+Blue) = 198+144+182=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C690B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690B6 is #396F49. Grayscale: #A4A4A4. Windows color (decimal): -3764042 or 11964614. OLE color: 11964614.

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

Color convert

RGB 198 144 182 -
CMYK 0 0.27 0.08 0.22
HSL 317.78º 0.32% 0.67% -
HSV(B) 317.78º 0.27% 0.78% -
XYZ 41.71 35.33 48.88 -
YUV 164.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 198 144 182 0 0.27 0.08 0.22 317.78 0.32 0.67
Hex C6 90 B6 0 1B 8 16 13E 20 43
Octal 306 220 266 0 33 10 26 476 40 103
Binary 11000110 10010000 10110110 0 11011 1000 10110 100111110 100000 1000011

Color Harmonies of #C690B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690B6

Black with #C690B6

Text Example


Text Example

White with #C690B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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