Html Css Color HEX #C690B2 Lily

📋 copy color: '#C690B2'

red 198 ◦ green 144 ◦ blue 178

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

Shades of Lily #C690B2

Tints of Lily #C690B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 38.08%
G = 27.69%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C690B2 (or 0xC690B2) is known color: Lily. HEX triplet: C6, 90 and B2. RGB value is (198,144,178). Sum of RGB (Red+Green+Blue) = 198+144+178=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C690B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690B2 is #396F4D. Grayscale: #A3A3A3. Windows color (decimal): -3764046 or 11702470. OLE color: 11702470.

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

Color convert

RGB 198 144 178 -
CMYK 0 0.27 0.10 0.22
HSL 322.22º 0.32% 0.67% -
HSV(B) 322.22º 0.27% 0.78% -
XYZ 41.3 35.17 46.73 -
YUV 164.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 198 144 178 0 0.27 0.10 0.22 322.22 0.32 0.67
Hex C6 90 B2 0 1B A 16 142 20 43
Octal 306 220 262 0 33 12 26 502 40 103
Binary 11000110 10010000 10110010 0 11011 1010 10110 101000010 100000 1000011

Color Harmonies of #C690B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690B2

Black with #C690B2

Text Example


Text Example

White with #C690B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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