#CB8D9B

Color #CB8D9B Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CB8D9B

Tints of Puce #CB8D9B

Color information

#CB8D9B (or 0xCB8D9B) is unknown color: approx Puce. HEX triplet: CB, 8D and 9B. RGB value is (203,141,155). Sum of RGB (Red+Green+Blue) = 203+141+155=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D9B is #347264. Grayscale: #A1A1A1. Windows color (decimal): -3437157 or 10194379. OLE color: 10194379.

HSL color Cylindrical-coordinate representation of color #CB8D9B: hue angle of 346.45º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8D9B is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203141155-
CMYK00.310.240.20
HSL346.45º37.35%67.45%-
HSV(B)346.45º30.54%79.61%-
XYZ40.0734.1135.48-
YUV161.13124.54157.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=40.68%
G=28.26%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314115500.310.240.20346.4537.3567.45
HexCB8D9B01F181415a2543
Octal313215233037302453245103
Binary11001011100011011001101101111111000101001010110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D9B; }

 p { color: rgb(203,141,155); }

 H1.HeaderClassName
 {
   color: #CB8D9B;
 }
 .AnyTagClassName
 {
   color: #CB8D9B;
 }
</style>
background-color css

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

 a { background-color: rgb(203,141,155); }

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

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

 span { border-color: rgb(203,141,155); }

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