Html Css Color HEX #C28AB4 Lily

📋 copy color: '#C28AB4'

red 194 ◦ green 138 ◦ blue 180

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

Shades of Lily #C28AB4

Tints of Lily #C28AB4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

 BLUE value IS 180 (70.7% from 255) = 35.16%

R = 37.89%
G = 26.95%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C28AB4 (or 0xC28AB4) is known color: Lily. HEX triplet: C2, 8A and B4. RGB value is (194,138,180). Sum of RGB (Red+Green+Blue) = 194+138+180=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AB4 is #3D754B. Grayscale: #9F9F9F. Windows color (decimal): -4027724 or 11832002. OLE color: 11832002.

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

Color convert

RGB 194 138 180 -
CMYK 0 0.29 0.07 0.24
HSL 315º 0.31% 0.65% -
HSV(B) 315º 0.29% 0.76% -
XYZ 39.57 32.94 47.45 -
YUV 159.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 194 138 180 0 0.29 0.07 0.24 315 0.31 0.65
Hex C2 8A B4 0 1D 7 18 13B 1F 41
Octal 302 212 264 0 35 7 30 473 37 101
Binary 11000010 10001010 10110100 0 11101 111 11000 100111011 11111 1000001

Color Harmonies of #C28AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28AB4

Black with #C28AB4

Text Example


Text Example

White with #C28AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28AB4; }

 p { color: rgb(194,138,180); }

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

background-color css

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

 a { background-color: rgb(194,138,180); }

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

border-color css

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

 span { border-color: rgb(194,138,180); }

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