Html Css Color HEX #C0AFB4 Lily

📋 copy color: '#C0AFB4'

red 192 ◦ green 175 ◦ blue 180

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

Shades of Lily #C0AFB4

Tints of Lily #C0AFB4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.99%

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

R = 35.1%
G = 31.99%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C0AFB4 (or 0xC0AFB4) is known color: Lily. HEX triplet: C0, AF and B4. RGB value is (192,175,180). Sum of RGB (Red+Green+Blue) = 192+175+180=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFB4 is #3F504B. Grayscale: #B4B4B4. Windows color (decimal): -4149324 or 11841472. OLE color: 11841472.

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

Color convert

RGB 192 175 180 -
CMYK 0 0.09 0.06 0.25
HSL 342.35º 0.12% 0.72% -
HSV(B) 342.35º 0.09% 0.75% -
XYZ 45.31 45.16 49.51 -
YUV 180.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 192 175 180 0 0.09 0.06 0.25 342.35 0.12 0.72
Hex C0 AF B4 0 9 6 19 156 C 48
Octal 300 257 264 0 11 6 31 526 14 110
Binary 11000000 10101111 10110100 0 1001 110 11001 101010110 1100 1001000

Color Harmonies of #C0AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFB4

Black with #C0AFB4

Text Example


Text Example

White with #C0AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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