Html Css Color HEX #C298AB Lily

📋 copy color: '#C298AB'

red 194 ◦ green 152 ◦ blue 171

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

Shades of Lily #C298AB

Tints of Lily #C298AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

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

R = 37.52%
G = 29.4%
B = 33.08%

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

#C298AB (or 0xC298AB) is known color: Lily. HEX triplet: C2, 98 and AB. RGB value is (194,152,171). Sum of RGB (Red+Green+Blue) = 194+152+171=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C298AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C298AB is #3D6754. Grayscale: #A6A6A6. Windows color (decimal): -4024149 or 11245762. OLE color: 11245762.

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

Color convert

RGB 194 152 171 -
CMYK 0 0.22 0.12 0.24
HSL 332.86º 0.26% 0.68% -
HSV(B) 332.86º 0.22% 0.76% -
XYZ 40.83 36.87 43.49 -
YUV 166.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 194 152 171 0 0.22 0.12 0.24 332.86 0.26 0.68
Hex C2 98 AB 0 16 C 18 14D 1A 44
Octal 302 230 253 0 26 14 30 515 32 104
Binary 11000010 10011000 10101011 0 10110 1100 11000 101001101 11010 1000100

Color Harmonies of #C298AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298AB

Black with #C298AB

Text Example


Text Example

White with #C298AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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