Html Css Color HEX #C0AEB7 Lily

📋 copy color: '#C0AEB7'

red 192 ◦ green 174 ◦ blue 183

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

Shades of Lily #C0AEB7

Tints of Lily #C0AEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.33%

R = 34.97%
G = 31.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C0AEB7 (or 0xC0AEB7) is known color: Lily. HEX triplet: C0, AE and B7. RGB value is (192,174,183). Sum of RGB (Red+Green+Blue) = 192+174+183=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEB7 is #3F5148. Grayscale: #B4B4B4. Windows color (decimal): -4149577 or 12037824. OLE color: 12037824.

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

Color convert

RGB 192 174 183 -
CMYK 0 0.09 0.05 0.25
HSL 330º 0.13% 0.72% -
HSV(B) 330º 0.09% 0.75% -
XYZ 45.42 44.9 51.07 -
YUV 180.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 192 174 183 0 0.09 0.05 0.25 330 0.13 0.72
Hex C0 AE B7 0 9 5 19 14A C 48
Octal 300 256 267 0 11 5 31 512 14 110
Binary 11000000 10101110 10110111 0 1001 101 11001 101001010 1100 1001000

Color Harmonies of #C0AEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEB7

Black with #C0AEB7

Text Example


Text Example

White with #C0AEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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