Html Css Color HEX #C297AE Lily

📋 copy color: '#C297AE'

red 194 ◦ green 151 ◦ blue 174

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

Shades of Lily #C297AE

Tints of Lily #C297AE

RGB

 RED value IS 194 (76.17% from 255) = 37.38%

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

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 37.38%
G = 29.09%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C297AE (or 0xC297AE) is known color: Lily. HEX triplet: C2, 97 and AE. RGB value is (194,151,174). Sum of RGB (Red+Green+Blue) = 194+151+174=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C297AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C297AE is #3D6851. Grayscale: #A6A6A6. Windows color (decimal): -4024402 or 11442114. OLE color: 11442114.

HSL color Cylindrical-coordinate representation of color #C297AE: hue angle of 327.91º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C297AE is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 151 174 -
CMYK 0 0.22 0.10 0.24
HSL 327.91º 0.26% 0.68% -
HSV(B) 327.91º 0.22% 0.76% -
XYZ 40.95 36.66 44.96 -
YUV 166.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 194 151 174 0 0.22 0.10 0.24 327.91 0.26 0.68
Hex C2 97 AE 0 16 A 18 148 1A 44
Octal 302 227 256 0 26 12 30 510 32 104
Binary 11000010 10010111 10101110 0 10110 1010 11000 101001000 11010 1000100

Color Harmonies of #C297AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297AE

Black with #C297AE

Text Example


Text Example

White with #C297AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297AE; }

 p { color: rgb(194,151,174); }

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

background-color css

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

 a { background-color: rgb(194,151,174); }

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

border-color css

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

 span { border-color: rgb(194,151,174); }

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