#CB869A

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

Shades of Puce #CB869A

Tints of Puce #CB869A

Color information

#CB869A (or 0xCB869A) is unknown color: approx Puce. HEX triplet: CB, 86 and 9A. RGB value is (203,134,154). Sum of RGB (Red+Green+Blue) = 203+134+154=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB869A is #347965. Grayscale: #9C9C9C. Windows color (decimal): -3438950 or 10127051. OLE color: 10127051.

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

Color convert

RGB203134154-
CMYK00.340.240.20
HSL342.61º39.88%66.08%-
HSV(B)342.61º33.99%79.61%-
XYZ38.9932.0834.71-
YUV156.91126.36160.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=41.34%
G=27.29%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313415400.340.240.20342.6139.8866.08
HexCB869A02218141572842
Octal313206232042302452750102
Binary110010111000011010011010010001011000101001010101111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB869A; }

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

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

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

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

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

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

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

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