Html Css Color HEX #C0A7B6 Lily

📋 copy color: '#C0A7B6'

red 192 ◦ green 167 ◦ blue 182

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

Shades of Lily #C0A7B6

Tints of Lily #C0A7B6

RGB

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

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

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

R = 35.49%
G = 30.87%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C0A7B6 (or 0xC0A7B6) is known color: Lily. HEX triplet: C0, A7 and B6. RGB value is (192,167,182). Sum of RGB (Red+Green+Blue) = 192+167+182=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7B6 is #3F5849. Grayscale: #B0B0B0. Windows color (decimal): -4151370 or 11970496. OLE color: 11970496.

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

Color convert

RGB 192 167 182 -
CMYK 0 0.13 0.05 0.25
HSL 324º 0.17% 0.7% -
HSV(B) 324º 0.13% 0.75% -
XYZ 44 42.22 50.09 -
YUV 176.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 192 167 182 0 0.13 0.05 0.25 324 0.17 0.7
Hex C0 A7 B6 0 D 5 19 144 11 46
Octal 300 247 266 0 15 5 31 504 21 106
Binary 11000000 10100111 10110110 0 1101 101 11001 101000100 10001 1000110

Color Harmonies of #C0A7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7B6

Black with #C0A7B6

Text Example


Text Example

White with #C0A7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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