Html Css Color HEX #C298BC Lilac

📋 copy color: '#C298BC'

red 194 ◦ green 152 ◦ blue 188

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

Shades of Lilac #C298BC

Tints of Lilac #C298BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 36.33%
G = 28.46%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C298BC (or 0xC298BC) is known color: Lilac. HEX triplet: C2, 98 and BC. RGB value is (194,152,188). Sum of RGB (Red+Green+Blue) = 194+152+188=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C298BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298BC is #3D6743. Grayscale: #A8A8A8. Windows color (decimal): -4024132 or 12359874. OLE color: 12359874.

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

Color convert

RGB 194 152 188 -
CMYK 0 0.22 0.03 0.24
HSL 308.57º 0.26% 0.68% -
HSV(B) 308.57º 0.22% 0.76% -
XYZ 42.55 37.56 52.58 -
YUV 168.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 194 152 188 0 0.22 0.03 0.24 308.57 0.26 0.68
Hex C2 98 BC 0 16 3 18 135 1A 44
Octal 302 230 274 0 26 3 30 465 32 104
Binary 11000010 10011000 10111100 0 10110 11 11000 100110101 11010 1000100

Color Harmonies of #C298BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298BC

Black with #C298BC

Text Example


Text Example

White with #C298BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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