Html Css Color HEX #C297AB Lily

📋 copy color: '#C297AB'

red 194 ◦ green 151 ◦ blue 171

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

Shades of Lily #C297AB

Tints of Lily #C297AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 37.6%
G = 29.26%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C297AB (or 0xC297AB) is known color: Lily. HEX triplet: C2, 97 and AB. RGB value is (194,151,171). Sum of RGB (Red+Green+Blue) = 194+151+171=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C297AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C297AB is #3D6854. Grayscale: #A6A6A6. Windows color (decimal): -4024405 or 11245506. OLE color: 11245506.

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

Color convert

RGB 194 151 171 -
CMYK 0 0.22 0.12 0.24
HSL 332.09º 0.26% 0.68% -
HSV(B) 332.09º 0.22% 0.76% -
XYZ 40.67 36.54 43.44 -
YUV 166.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 194 151 171 0 0.22 0.12 0.24 332.09 0.26 0.68
Hex C2 97 AB 0 16 C 18 14C 1A 44
Octal 302 227 253 0 26 14 30 514 32 104
Binary 11000010 10010111 10101011 0 10110 1100 11000 101001100 11010 1000100

Color Harmonies of #C297AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297AB

Black with #C297AB

Text Example


Text Example

White with #C297AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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