Html Css Color HEX #C0A3B2 Lily

📋 copy color: '#C0A3B2'

red 192 ◦ green 163 ◦ blue 178

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

Shades of Lily #C0A3B2

Tints of Lily #C0A3B2

RGB

 RED value IS 192 (75.39% from 255) = 36.02%

 GREEN value IS 163 (64.06% from 255) = 30.58%

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

R = 36.02%
G = 30.58%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0A3B2 (or 0xC0A3B2) is known color: Lily. HEX triplet: C0, A3 and B2. RGB value is (192,163,178). Sum of RGB (Red+Green+Blue) = 192+163+178=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A3B2 is #3F5C4D. Grayscale: #ADADAD. Windows color (decimal): -4152398 or 11707328. OLE color: 11707328.

HSL color Cylindrical-coordinate representation of color #C0A3B2: hue angle of 328.97º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0A3B2 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 178 -
CMYK 0 0.15 0.07 0.25
HSL 328.97º 0.19% 0.7% -
HSV(B) 328.97º 0.15% 0.75% -
XYZ 42.87 40.62 47.7 -
YUV 173.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 192 163 178 0 0.15 0.07 0.25 328.97 0.19 0.7
Hex C0 A3 B2 0 F 7 19 149 13 46
Octal 300 243 262 0 17 7 31 511 23 106
Binary 11000000 10100011 10110010 0 1111 111 11001 101001001 10011 1000110

Color Harmonies of #C0A3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A3B2

Black with #C0A3B2

Text Example


Text Example

White with #C0A3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A3B2; }

 p { color: rgb(192,163,178); }

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

background-color css

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

 a { background-color: rgb(192,163,178); }

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

border-color css

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

 span { border-color: rgb(192,163,178); }

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