#CB8696

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

Shades of Puce #CB8696

Tints of Puce #CB8696

Color information

#CB8696 (or 0xCB8696) is unknown color: approx Puce. HEX triplet: CB, 86 and 96. RGB value is (203,134,150). Sum of RGB (Red+Green+Blue) = 203+134+150=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8696 is #347969. Grayscale: #9C9C9C. Windows color (decimal): -3438954 or 9864907. OLE color: 9864907.

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

Color convert

RGB203134150-
CMYK00.340.260.20
HSL346.09º39.88%66.08%-
HSV(B)346.09º33.99%79.61%-
XYZ38.6631.9532.98-
YUV156.45124.36161.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=41.68%
G=27.52%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313415000.340.260.20346.0939.8866.08
HexCB86960221A1415a2842
Octal313206226042322453250102
Binary110010111000011010010110010001011010101001010110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8696; }

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

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

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

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

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

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

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

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