Html Css Color HEX #C49CBA Lily

📋 copy color: '#C49CBA'

red 196 ◦ green 156 ◦ blue 186

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

Shades of Lily #C49CBA

Tints of Lily #C49CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29%

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 36.43%
G = 29%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C49CBA (or 0xC49CBA) is known color: Lily. HEX triplet: C4, 9C and BA. RGB value is (196,156,186). Sum of RGB (Red+Green+Blue) = 196+156+186=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CBA is #3B6345. Grayscale: #ABABAB. Windows color (decimal): -3892038 or 12229828. OLE color: 12229828.

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

Color convert

RGB 196 156 186 -
CMYK 0 0.20 0.05 0.23
HSL 315º 0.25% 0.69% -
HSV(B) 315º 0.2% 0.77% -
XYZ 43.52 39.06 51.7 -
YUV 171.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 196 156 186 0 0.20 0.05 0.23 315 0.25 0.69
Hex C4 9C BA 0 14 5 17 13B 19 45
Octal 304 234 272 0 24 5 27 473 31 105
Binary 11000100 10011100 10111010 0 10100 101 10111 100111011 11001 1000101

Color Harmonies of #C49CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CBA

Black with #C49CBA

Text Example


Text Example

White with #C49CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CBA; }

 p { color: rgb(196,156,186); }

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

background-color css

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

 a { background-color: rgb(196,156,186); }

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

border-color css

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

 span { border-color: rgb(196,156,186); }

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