Html Css Color HEX #C097AA Lily

📋 copy color: '#C097AA'

red 192 ◦ green 151 ◦ blue 170

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

Shades of Lily #C097AA

Tints of Lily #C097AA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.43%

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 37.43%
G = 29.43%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C097AA (or 0xC097AA) is known color: Lily. HEX triplet: C0, 97 and AA. RGB value is (192,151,170). Sum of RGB (Red+Green+Blue) = 192+151+170=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C097AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C097AA is #3F6855. Grayscale: #A5A5A5. Windows color (decimal): -4155478 or 11179968. OLE color: 11179968.

HSL color Cylindrical-coordinate representation of color #C097AA: hue angle of 332.2º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C097AA is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 170 -
CMYK 0 0.21 0.11 0.25
HSL 332.2º 0.25% 0.67% -
HSV(B) 332.2º 0.21% 0.75% -
XYZ 40.06 36.24 42.91 -
YUV 165.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 192 151 170 0 0.21 0.11 0.25 332.2 0.25 0.67
Hex C0 97 AA 0 15 B 19 14C 19 43
Octal 300 227 252 0 25 13 31 514 31 103
Binary 11000000 10010111 10101010 0 10101 1011 11001 101001100 11001 1000011

Color Harmonies of #C097AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097AA

Black with #C097AA

Text Example


Text Example

White with #C097AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097AA; }

 p { color: rgb(192,151,170); }

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

background-color css

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

 a { background-color: rgb(192,151,170); }

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

border-color css

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

 span { border-color: rgb(192,151,170); }

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