Html Css Color HEX #CB8EAC Lily

📋 copy color: '#CB8EAC'

red 203 ◦ green 142 ◦ blue 172

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

Shades of Lily #CB8EAC

Tints of Lily #CB8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.47%

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

R = 39.26%
G = 27.47%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB8EAC (or 0xCB8EAC) is known color: Lily. HEX triplet: CB, 8E and AC. RGB value is (203,142,172). Sum of RGB (Red+Green+Blue) = 203+142+172=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8EAC is #347153. Grayscale: #A3A3A3. Windows color (decimal): -3436884 or 11308747. OLE color: 11308747.

HSL color Cylindrical-coordinate representation of color #CB8EAC: hue angle of 330.49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EAC is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 142 172 -
CMYK 0 0.30 0.15 0.20
HSL 330.49º 0.37% 0.68% -
HSV(B) 330.49º 0.3% 0.8% -
XYZ 41.75 35.02 43.59 -
YUV 163.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 203 142 172 0 0.30 0.15 0.20 330.49 0.37 0.68
Hex CB 8E AC 0 1E F 14 14A 25 44
Octal 313 216 254 0 36 17 24 512 45 104
Binary 11001011 10001110 10101100 0 11110 1111 10100 101001010 100101 1000100

Color Harmonies of #CB8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8EAC

Black with #CB8EAC

Text Example


Text Example

White with #CB8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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