#CB8694

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

Shades of Puce #CB8694

Tints of Puce #CB8694

Color information

#CB8694 (or 0xCB8694) is unknown color: approx Puce. HEX triplet: CB, 86 and 94. RGB value is (203,134,148). Sum of RGB (Red+Green+Blue) = 203+134+148=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8694 is #34796B. Grayscale: #9C9C9C. Windows color (decimal): -3438956 or 9733835. OLE color: 9733835.

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

Color convert

RGB203134148-
CMYK00.340.270.20
HSL347.83º39.88%66.08%-
HSV(B)347.83º33.99%79.61%-
XYZ38.531.8832.14-
YUV156.23123.36161.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=41.86%
G=27.63%
B=30.52%

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
Decimal20313414800.340.270.20347.8339.8866.08
HexCB86940221B1415c2842
Octal313206224042332453450102
Binary110010111000011010010100010001011011101001010111001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8694; }

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

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

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

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

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

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

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

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