Html Css Color HEX #C297AF Lily

📋 copy color: '#C297AF'

red 194 ◦ green 151 ◦ blue 175

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

Shades of Lily #C297AF

Tints of Lily #C297AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 37.31%
G = 29.04%
B = 33.65%

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

#C297AF (or 0xC297AF) is known color: Lily. HEX triplet: C2, 97 and AF. RGB value is (194,151,175). Sum of RGB (Red+Green+Blue) = 194+151+175=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C297AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C297AF is #3D6850. Grayscale: #A6A6A6. Windows color (decimal): -4024401 or 11507650. OLE color: 11507650.

HSL color Cylindrical-coordinate representation of color #C297AF: hue angle of 326.51º 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 #C297AF is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 151 175 -
CMYK 0 0.22 0.10 0.24
HSL 326.51º 0.26% 0.68% -
HSV(B) 326.51º 0.22% 0.76% -
XYZ 41.05 36.7 45.48 -
YUV 166.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 194 151 175 0 0.22 0.10 0.24 326.51 0.26 0.68
Hex C2 97 AF 0 16 A 18 147 1A 44
Octal 302 227 257 0 26 12 30 507 32 104
Binary 11000010 10010111 10101111 0 10110 1010 11000 101000111 11010 1000100

Color Harmonies of #C297AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297AF

Black with #C297AF

Text Example


Text Example

White with #C297AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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