#CB8B99

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

Shades of Puce #CB8B99

Tints of Puce #CB8B99

Color information

#CB8B99 (or 0xCB8B99) is unknown color: approx Puce. HEX triplet: CB, 8B and 99. RGB value is (203,139,153). Sum of RGB (Red+Green+Blue) = 203+139+153=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B99 is #347466. Grayscale: #9F9F9F. Windows color (decimal): -3437671 or 10062795. OLE color: 10062795.

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

Color convert

RGB203139153-
CMYK00.320.250.20
HSL346.88º38.1%67.06%-
HSV(B)346.88º31.53%79.61%-
XYZ39.6133.4634.51-
YUV159.73124.2158.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=41.01%
G=28.08%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313915300.320.250.20346.8838.167.06
HexCB8B99020191415b2643
Octal313213231040312453346103
Binary110010111000101110011001010000011001101001010110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8B99; }

 p { color: rgb(203,139,153); }

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

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

 a { background-color: rgb(203,139,153); }

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

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

 span { border-color: rgb(203,139,153); }

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