#CB869D

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

Shades of Puce #CB869D

Tints of Puce #CB869D

Color information

#CB869D (or 0xCB869D) is unknown color: approx Puce. HEX triplet: CB, 86 and 9D. RGB value is (203,134,157). Sum of RGB (Red+Green+Blue) = 203+134+157=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB869D is #347962. Grayscale: #9D9D9D. Windows color (decimal): -3438947 or 10323659. OLE color: 10323659.

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

Color convert

RGB203134157-
CMYK00.340.230.20
HSL340º39.88%66.08%-
HSV(B)340º33.99%79.61%-
XYZ39.2432.1836.04-
YUV157.25127.86160.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=41.09%
G=27.13%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313415700.340.230.2034039.8866.08
HexCB869D02217141542842
Octal313206235042272452450102
Binary110010111000011010011101010001010111101001010101001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB869D; }

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

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

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

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

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

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

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

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