Html Css Color HEX #C298AF Lily

📋 copy color: '#C298AF'

red 194 ◦ green 152 ◦ blue 175

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

Shades of Lily #C298AF

Tints of Lily #C298AF

RGB

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

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

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

R = 37.24%
G = 29.17%
B = 33.59%

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

#C298AF (or 0xC298AF) is known color: Lily. HEX triplet: C2, 98 and AF. RGB value is (194,152,175). Sum of RGB (Red+Green+Blue) = 194+152+175=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C298AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C298AF is #3D6750. Grayscale: #A7A7A7. Windows color (decimal): -4024145 or 11507906. OLE color: 11507906.

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

Color convert

RGB 194 152 175 -
CMYK 0 0.22 0.10 0.24
HSL 327.14º 0.26% 0.68% -
HSV(B) 327.14º 0.22% 0.76% -
XYZ 41.21 37.02 45.53 -
YUV 167.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 194 152 175 0 0.22 0.10 0.24 327.14 0.26 0.68
Hex C2 98 AF 0 16 A 18 147 1A 44
Octal 302 230 257 0 26 12 30 507 32 104
Binary 11000010 10011000 10101111 0 10110 1010 11000 101000111 11010 1000100

Color Harmonies of #C298AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298AF

Black with #C298AF

Text Example


Text Example

White with #C298AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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