#CB7F92

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

Shades of Puce #CB7F92

Tints of Puce #CB7F92

Color information

#CB7F92 (or 0xCB7F92) is unknown color: approx Puce. HEX triplet: CB, 7F and 92. RGB value is (203,127,146). Sum of RGB (Red+Green+Blue) = 203+127+146=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F92 is #34806D. Grayscale: #979797. Windows color (decimal): -3440750 or 9600971. OLE color: 9600971.

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

Color convert

RGB203127146-
CMYK00.370.280.20
HSL345º42.22%64.71%-
HSV(B)345º37.44%79.61%-
XYZ37.4129.9531-
YUV151.89124.68164.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=42.65%
G=26.68%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312714600.370.280.2034542.2264.71
HexCB7F920251C141592a41
Octal313177222045342453152101
Binary11001011111111110010010010010111100101001010110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F92; }

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

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

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

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

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

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

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

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