#CB879D

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

Shades of Puce #CB879D

Tints of Puce #CB879D

Color information

#CB879D (or 0xCB879D) is unknown color: approx Puce. HEX triplet: CB, 87 and 9D. RGB value is (203,135,157). Sum of RGB (Red+Green+Blue) = 203+135+157=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB879D is #347862. Grayscale: #9D9D9D. Windows color (decimal): -3438691 or 10323915. OLE color: 10323915.

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

Color convert

RGB203135157-
CMYK00.330.230.20
HSL340.59º39.53%66.27%-
HSV(B)340.59º33.5%79.61%-
XYZ39.3832.4636.09-
YUV157.84127.53160.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=41.01%
G=27.27%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313515700.330.230.20340.5939.5366.27
HexCB879D02117141552842
Octal313207235041272452550102
Binary110010111000011110011101010000110111101001010101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB879D; }

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

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

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

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

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

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

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

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