Html Css Color HEX #CB93AC Lily

📋 copy color: '#CB93AC'

red 203 ◦ green 147 ◦ blue 172

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

Shades of Lily #CB93AC

Tints of Lily #CB93AC

RGB

 RED value IS 203 (79.69% from 255) = 38.89%

 GREEN value IS 147 (57.81% from 255) = 28.16%

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 38.89%
G = 28.16%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB93AC (or 0xCB93AC) is known color: Lily. HEX triplet: CB, 93 and AC. RGB value is (203,147,172). Sum of RGB (Red+Green+Blue) = 203+147+172=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93AC is #346C53. Grayscale: #A6A6A6. Windows color (decimal): -3435604 or 11310027. OLE color: 11310027.

HSL color Cylindrical-coordinate representation of color #CB93AC: hue angle of 333.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB93AC is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 172 -
CMYK 0 0.28 0.15 0.20
HSL 333.21º 0.35% 0.69% -
HSV(B) 333.21º 0.28% 0.8% -
XYZ 42.51 36.54 43.84 -
YUV 166.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 203 147 172 0 0.28 0.15 0.20 333.21 0.35 0.69
Hex CB 93 AC 0 1C F 14 14D 23 45
Octal 313 223 254 0 34 17 24 515 43 105
Binary 11001011 10010011 10101100 0 11100 1111 10100 101001101 100011 1000101

Color Harmonies of #CB93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93AC

Black with #CB93AC

Text Example


Text Example

White with #CB93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93AC; }

 p { color: rgb(203,147,172); }

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

background-color css

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

 a { background-color: rgb(203,147,172); }

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

border-color css

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

 span { border-color: rgb(203,147,172); }

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