#CB848E

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

Shades of Puce #CB848E

Tints of Puce #CB848E

Color information

#CB848E (or 0xCB848E) is unknown color: approx Puce. HEX triplet: CB, 84 and 8E. RGB value is (203,132,142). Sum of RGB (Red+Green+Blue) = 203+132+142=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB848E is #347B71. Grayscale: #9A9A9A. Windows color (decimal): -3439474 or 9340107. OLE color: 9340107.

HSL color Cylindrical-coordinate representation of color #CB848E: hue angle of 351.55º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB848E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203132142-
CMYK00.350.300.20
HSL351.55º40.57%65.69%-
HSV(B)351.55º34.98%79.61%-
XYZ37.7631.1529.61-
YUV154.37121.02162.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=42.56%
G=27.67%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313214200.350.300.20351.5540.5765.69
HexCB848E0231E141602942
Octal313204216043362454051102
Binary110010111000010010001110010001111110101001011000001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB848E; }

 p { color: rgb(203,132,142); }

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

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

 a { background-color: rgb(203,132,142); }

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

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

 span { border-color: rgb(203,132,142); }

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