Html Css Color HEX #C297BA Lily

📋 copy color: '#C297BA'

red 194 ◦ green 151 ◦ blue 186

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

Shades of Lily #C297BA

Tints of Lily #C297BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 36.53%
G = 28.44%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C297BA (or 0xC297BA) is known color: Lily. HEX triplet: C2, 97 and BA. RGB value is (194,151,186). Sum of RGB (Red+Green+Blue) = 194+151+186=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C297BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297BA is #3D6845. Grayscale: #A7A7A7. Windows color (decimal): -4024390 or 12228546. OLE color: 12228546.

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

Color convert

RGB 194 151 186 -
CMYK 0 0.22 0.04 0.24
HSL 311.16º 0.26% 0.68% -
HSV(B) 311.16º 0.22% 0.76% -
XYZ 42.18 37.15 51.4 -
YUV 167.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 194 151 186 0 0.22 0.04 0.24 311.16 0.26 0.68
Hex C2 97 BA 0 16 4 18 137 1A 44
Octal 302 227 272 0 26 4 30 467 32 104
Binary 11000010 10010111 10111010 0 10110 100 11000 100110111 11010 1000100

Color Harmonies of #C297BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297BA

Black with #C297BA

Text Example


Text Example

White with #C297BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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