Html Css Color HEX #C497BB Lily

📋 copy color: '#C497BB'

red 196 ◦ green 151 ◦ blue 187

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

Shades of Lily #C497BB

Tints of Lily #C497BB

RGB

 RED value IS 196 (76.95% from 255) = 36.7%

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 36.7%
G = 28.28%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C497BB (or 0xC497BB) is known color: Lily. HEX triplet: C4, 97 and BB. RGB value is (196,151,187). Sum of RGB (Red+Green+Blue) = 196+151+187=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C497BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497BB is #3B6844. Grayscale: #A8A8A8. Windows color (decimal): -3893317 or 12294084. OLE color: 12294084.

HSL color Cylindrical-coordinate representation of color #C497BB: hue angle of 312º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C497BB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 151 187 -
CMYK 0 0.23 0.05 0.23
HSL 312º 0.28% 0.68% -
HSV(B) 312º 0.23% 0.77% -
XYZ 42.8 37.46 51.99 -
YUV 168.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 196 151 187 0 0.23 0.05 0.23 312 0.28 0.68
Hex C4 97 BB 0 17 5 17 138 1C 44
Octal 304 227 273 0 27 5 27 470 34 104
Binary 11000100 10010111 10111011 0 10111 101 10111 100111000 11100 1000100

Color Harmonies of #C497BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497BB

Black with #C497BB

Text Example


Text Example

White with #C497BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497BB; }

 p { color: rgb(196,151,187); }

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

background-color css

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

 a { background-color: rgb(196,151,187); }

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

border-color css

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

 span { border-color: rgb(196,151,187); }

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