#CB8793

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

Shades of Puce #CB8793

Tints of Puce #CB8793

Color information

#CB8793 (or 0xCB8793) is unknown color: approx Puce. HEX triplet: CB, 87 and 93. RGB value is (203,135,147). Sum of RGB (Red+Green+Blue) = 203+135+147=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8793 is #34786C. Grayscale: #9C9C9C. Windows color (decimal): -3438701 or 9668555. OLE color: 9668555.

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

Color convert

RGB203135147-
CMYK00.330.280.20
HSL349.41º39.53%66.27%-
HSV(B)349.41º33.5%79.61%-
XYZ38.5632.1331.77-
YUV156.7122.53161.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=41.86%
G=27.84%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313514700.330.280.20349.4139.5366.27
HexCB87930211C1415d2842
Octal313207223041342453550102
Binary110010111000011110010011010000111100101001010111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8793; }

 p { color: rgb(203,135,147); }

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

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

 a { background-color: rgb(203,135,147); }

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

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

 span { border-color: rgb(203,135,147); }

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