Html Css Color HEX #C0AEB3 Lily

📋 copy color: '#C0AEB3'

red 192 ◦ green 174 ◦ blue 179

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

Shades of Lily #C0AEB3

Tints of Lily #C0AEB3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.93%

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 35.23%
G = 31.93%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0AEB3 (or 0xC0AEB3) is known color: Lily. HEX triplet: C0, AE and B3. RGB value is (192,174,179). Sum of RGB (Red+Green+Blue) = 192+174+179=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEB3 is #3F514C. Grayscale: #B3B3B3. Windows color (decimal): -4149581 or 11775680. OLE color: 11775680.

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

Color convert

RGB 192 174 179 -
CMYK 0 0.09 0.07 0.25
HSL 343.33º 0.13% 0.72% -
HSV(B) 343.33º 0.09% 0.75% -
XYZ 45.01 44.73 48.91 -
YUV 179.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 192 174 179 0 0.09 0.07 0.25 343.33 0.13 0.72
Hex C0 AE B3 0 9 7 19 157 C 48
Octal 300 256 263 0 11 7 31 527 14 110
Binary 11000000 10101110 10110011 0 1001 111 11001 101010111 1100 1001000

Color Harmonies of #C0AEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEB3

Black with #C0AEB3

Text Example


Text Example

White with #C0AEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEB3; }

 p { color: rgb(192,174,179); }

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

background-color css

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

 a { background-color: rgb(192,174,179); }

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

border-color css

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

 span { border-color: rgb(192,174,179); }

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