#CB8692

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

Shades of Puce #CB8692

Tints of Puce #CB8692

Color information

#CB8692 (or 0xCB8692) is unknown color: approx Puce. HEX triplet: CB, 86 and 92. RGB value is (203,134,146). Sum of RGB (Red+Green+Blue) = 203+134+146=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8692 is #34796D. Grayscale: #9C9C9C. Windows color (decimal): -3438958 or 9602763. OLE color: 9602763.

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

Color convert

RGB203134146-
CMYK00.340.280.20
HSL349.57º39.88%66.08%-
HSV(B)349.57º33.99%79.61%-
XYZ38.3431.8231.32-
YUV156122.36161.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=42.03%
G=27.74%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313414600.340.280.20349.5739.8866.08
HexCB86920221C1415e2842
Octal313206222042342453650102
Binary110010111000011010010010010001011100101001010111101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8692; }

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

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

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

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

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

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

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

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