Html Css Color HEX #CB8FAC Lily

📋 copy color: '#CB8FAC'

red 203 ◦ green 143 ◦ blue 172

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

Shades of Lily #CB8FAC

Tints of Lily #CB8FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.61%

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

R = 39.19%
G = 27.61%
B = 33.2%

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

#CB8FAC (or 0xCB8FAC) is known color: Lily. HEX triplet: CB, 8F and AC. RGB value is (203,143,172). Sum of RGB (Red+Green+Blue) = 203+143+172=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAC is #347053. Grayscale: #A4A4A4. Windows color (decimal): -3436628 or 11309003. OLE color: 11309003.

HSL color Cylindrical-coordinate representation of color #CB8FAC: hue angle of 331º 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 #CB8FAC is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 143 172 -
CMYK 0 0.30 0.15 0.20
HSL 331º 0.37% 0.68% -
HSV(B) 331º 0.3% 0.8% -
XYZ 41.9 35.32 43.64 -
YUV 164.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 203 143 172 0 0.30 0.15 0.20 331 0.37 0.68
Hex CB 8F AC 0 1E F 14 14B 25 44
Octal 313 217 254 0 36 17 24 513 45 104
Binary 11001011 10001111 10101100 0 11110 1111 10100 101001011 100101 1000100

Color Harmonies of #CB8FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8FAC

Black with #CB8FAC

Text Example


Text Example

White with #CB8FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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