#CB848A

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

Shades of Puce #CB848A

Tints of Puce #CB848A

Color information

#CB848A (or 0xCB848A) is unknown color: approx Puce. HEX triplet: CB, 84 and 8A. RGB value is (203,132,138). Sum of RGB (Red+Green+Blue) = 203+132+138=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB848A is #347B75. Grayscale: #999999. Windows color (decimal): -3439478 or 9077963. OLE color: 9077963.

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

Color convert

RGB203132138-
CMYK00.350.320.20
HSL354.93º40.57%65.69%-
HSV(B)354.93º34.98%79.61%-
XYZ37.4731.0328.06-
YUV153.91119.02163.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=42.92%
G=27.91%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313213800.350.320.20354.9340.5765.69
HexCB848A02320141632942
Octal313204212043402454351102
Binary1100101110000100100010100100011100000101001011000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB848A; }

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

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

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

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

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

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

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

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