Html Css Color HEX #C299B5 Lily

📋 copy color: '#C299B5'

red 194 ◦ green 153 ◦ blue 181

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

Shades of Lily #C299B5

Tints of Lily #C299B5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.98%

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 36.74%
G = 28.98%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C299B5 (or 0xC299B5) is known color: Lily. HEX triplet: C2, 99 and B5. RGB value is (194,153,181). Sum of RGB (Red+Green+Blue) = 194+153+181=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C299B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299B5 is #3D664A. Grayscale: #A8A8A8. Windows color (decimal): -4023883 or 11901378. OLE color: 11901378.

HSL color Cylindrical-coordinate representation of color #C299B5: hue angle of 319.02º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299B5 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 181 -
CMYK 0 0.21 0.07 0.24
HSL 319.02º 0.25% 0.68% -
HSV(B) 319.02º 0.21% 0.76% -
XYZ 41.98 37.59 48.76 -
YUV 168.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 194 153 181 0 0.21 0.07 0.24 319.02 0.25 0.68
Hex C2 99 B5 0 15 7 18 13F 19 44
Octal 302 231 265 0 25 7 30 477 31 104
Binary 11000010 10011001 10110101 0 10101 111 11000 100111111 11001 1000100

Color Harmonies of #C299B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299B5

Black with #C299B5

Text Example


Text Example

White with #C299B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299B5; }

 p { color: rgb(194,153,181); }

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

background-color css

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

 a { background-color: rgb(194,153,181); }

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

border-color css

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

 span { border-color: rgb(194,153,181); }

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