#CB8699

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

Shades of Puce #CB8699

Tints of Puce #CB8699

Color information

#CB8699 (or 0xCB8699) is unknown color: approx Puce. HEX triplet: CB, 86 and 99. RGB value is (203,134,153). Sum of RGB (Red+Green+Blue) = 203+134+153=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8699 is #347966. Grayscale: #9C9C9C. Windows color (decimal): -3438951 or 10061515. OLE color: 10061515.

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

Color convert

RGB203134153-
CMYK00.340.250.20
HSL343.48º39.88%66.08%-
HSV(B)343.48º33.99%79.61%-
XYZ38.932.0534.27-
YUV156.8125.86160.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=41.43%
G=27.35%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313415300.340.250.20343.4839.8866.08
HexCB869902219141572842
Octal313206231042312452750102
Binary110010111000011010011001010001011001101001010101111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8699; }

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

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

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

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

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

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

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

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