#CB8695

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

Shades of Puce #CB8695

Tints of Puce #CB8695

Color information

#CB8695 (or 0xCB8695) is unknown color: approx Puce. HEX triplet: CB, 86 and 95. RGB value is (203,134,149). Sum of RGB (Red+Green+Blue) = 203+134+149=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8695 is #34796A. Grayscale: #9C9C9C. Windows color (decimal): -3438955 or 9799371. OLE color: 9799371.

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

Color convert

RGB203134149-
CMYK00.340.270.20
HSL346.96º39.88%66.08%-
HSV(B)346.96º33.99%79.61%-
XYZ38.5831.9232.56-
YUV156.34123.86161.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=41.77%
G=27.57%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313414900.340.270.20346.9639.8866.08
HexCB86950221B1415b2842
Octal313206225042332453350102
Binary110010111000011010010101010001011011101001010110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8695; }

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

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

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

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

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

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

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

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