Html Css Color HEX #C0A7B4 Lily

📋 copy color: '#C0A7B4'

red 192 ◦ green 167 ◦ blue 180

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

Shades of Lily #C0A7B4

Tints of Lily #C0A7B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 35.62%
G = 30.98%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C0A7B4 (or 0xC0A7B4) is known color: Lily. HEX triplet: C0, A7 and B4. RGB value is (192,167,180). Sum of RGB (Red+Green+Blue) = 192+167+180=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7B4 is #3F584B. Grayscale: #AFAFAF. Windows color (decimal): -4151372 or 11839424. OLE color: 11839424.

HSL color Cylindrical-coordinate representation of color #C0A7B4: hue angle of 328.8º 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 #C0A7B4 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 180 -
CMYK 0 0.13 0.06 0.25
HSL 328.8º 0.17% 0.7% -
HSV(B) 328.8º 0.13% 0.75% -
XYZ 43.8 42.14 49.01 -
YUV 175.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 192 167 180 0 0.13 0.06 0.25 328.8 0.17 0.7
Hex C0 A7 B4 0 D 6 19 149 11 46
Octal 300 247 264 0 15 6 31 511 21 106
Binary 11000000 10100111 10110100 0 1101 110 11001 101001001 10001 1000110

Color Harmonies of #C0A7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7B4

Black with #C0A7B4

Text Example


Text Example

White with #C0A7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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