Html Css Color HEX #C0A7B2 Lily

📋 copy color: '#C0A7B2'

red 192 ◦ green 167 ◦ blue 178

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

Shades of Lily #C0A7B2

Tints of Lily #C0A7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.1%

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

R = 35.75%
G = 31.1%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0A7B2 (or 0xC0A7B2) is known color: Lily. HEX triplet: C0, A7 and B2. RGB value is (192,167,178). Sum of RGB (Red+Green+Blue) = 192+167+178=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A7B2 is #3F584D. Grayscale: #AFAFAF. Windows color (decimal): -4151374 or 11708352. OLE color: 11708352.

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

Color convert

RGB 192 167 178 -
CMYK 0 0.13 0.07 0.25
HSL 333.6º 0.17% 0.7% -
HSV(B) 333.6º 0.13% 0.75% -
XYZ 43.59 42.06 47.94 -
YUV 175.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 192 167 178 0 0.13 0.07 0.25 333.6 0.17 0.7
Hex C0 A7 B2 0 D 7 19 14E 11 46
Octal 300 247 262 0 15 7 31 516 21 106
Binary 11000000 10100111 10110010 0 1101 111 11001 101001110 10001 1000110

Color Harmonies of #C0A7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7B2

Black with #C0A7B2

Text Example


Text Example

White with #C0A7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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