Html Css Color HEX #CBA7B5 Lily

📋 copy color: '#CBA7B5'

red 203 ◦ green 167 ◦ blue 181

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

Shades of Lily #CBA7B5

Tints of Lily #CBA7B5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.31%

 BLUE value IS 181 (71.09% from 255) = 32.85%

R = 36.84%
G = 30.31%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CBA7B5 (or 0xCBA7B5) is known color: Lily. HEX triplet: CB, A7 and B5. RGB value is (203,167,181). Sum of RGB (Red+Green+Blue) = 203+167+181=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7B5 is #34584A. Grayscale: #B3B3B3. Windows color (decimal): -3430475 or 11904971. OLE color: 11904971.

HSL color Cylindrical-coordinate representation of color #CBA7B5: hue angle of 336.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7B5 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 181 -
CMYK 0 0.18 0.11 0.20
HSL 336.67º 0.26% 0.73% -
HSV(B) 336.67º 0.18% 0.8% -
XYZ 46.79 43.67 49.68 -
YUV 179.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 203 167 181 0 0.18 0.11 0.20 336.67 0.26 0.73
Hex CB A7 B5 0 12 B 14 151 1A 49
Octal 313 247 265 0 22 13 24 521 32 111
Binary 11001011 10100111 10110101 0 10010 1011 10100 101010001 11010 1001001

Color Harmonies of #CBA7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7B5

Black with #CBA7B5

Text Example


Text Example

White with #CBA7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7B5; }

 p { color: rgb(203,167,181); }

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

background-color css

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

 a { background-color: rgb(203,167,181); }

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

border-color css

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

 span { border-color: rgb(203,167,181); }

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