Html Css Color HEX #CB85AC Lily

📋 copy color: '#CB85AC'

red 203 ◦ green 133 ◦ blue 172

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

Shades of Lily #CB85AC

Tints of Lily #CB85AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.18%

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

R = 39.96%
G = 26.18%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB85AC (or 0xCB85AC) is known color: Lily. HEX triplet: CB, 85 and AC. RGB value is (203,133,172). Sum of RGB (Red+Green+Blue) = 203+133+172=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB85AC is #347A53. Grayscale: #9E9E9E. Windows color (decimal): -3439188 or 11306443. OLE color: 11306443.

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

Color convert

RGB 203 133 172 -
CMYK 0 0.34 0.15 0.20
HSL 326.57º 0.4% 0.66% -
HSV(B) 326.57º 0.34% 0.8% -
XYZ 40.46 32.45 43.16 -
YUV 158.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 203 133 172 0 0.34 0.15 0.20 326.57 0.4 0.66
Hex CB 85 AC 0 22 F 14 147 28 42
Octal 313 205 254 0 42 17 24 507 50 102
Binary 11001011 10000101 10101100 0 100010 1111 10100 101000111 101000 1000010

Color Harmonies of #CB85AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85AC

Black with #CB85AC

Text Example


Text Example

White with #CB85AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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