#cb7f99

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

Shades of Puce #CB7F99

Tints of Puce #CB7F99

Color information

#CB7F99 (or 0xCB7F99) is unknown color: approx Puce. HEX triplet: CB, 7F and 99. RGB value is (203,127,153). Sum of RGB (Red+Green+Blue) = 203+127+153=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F99 is #348066. Grayscale: #989898. Windows color (decimal): -3440743 or 10059723. OLE color: 10059723.

HSL color Cylindrical-coordinate representation of color #CB7F99: hue angle of 339.47º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7F99 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB203127153-
CMYK00.370.250.20
HSL339.47º42.22%64.71%-
HSV(B)339.47º37.44%79.61%-
XYZ37.9730.1833.96-
YUV152.69128.18163.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=42.03%
G=26.29%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312715300.370.250.20339.4742.2264.71
HexCB7F9902519141532a41
Octal313177231045312452352101
Binary11001011111111110011001010010111001101001010100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7f99; }

 p { color: rgb(203,127,153); }

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

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

 a { background-color: rgb(203,127,153); }

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

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

 span { border-color: rgb(203,127,153); }

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