#CB849C

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

Shades of Puce #CB849C

Tints of Puce #CB849C

Color information

#CB849C (or 0xCB849C) is unknown color: approx Puce. HEX triplet: CB, 84 and 9C. RGB value is (203,132,156). Sum of RGB (Red+Green+Blue) = 203+132+156=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB849C is #347B63. Grayscale: #9B9B9B. Windows color (decimal): -3439460 or 10257611. OLE color: 10257611.

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

Color convert

RGB203132156-
CMYK00.350.230.20
HSL339.72º40.57%65.69%-
HSV(B)339.72º34.98%79.61%-
XYZ38.8831.635.5-
YUV155.96128.02161.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=41.34%
G=26.88%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313215600.350.230.20339.7240.5765.69
HexCB849C02317141542942
Octal313204234043272452451102
Binary110010111000010010011100010001110111101001010101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB849C; }

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

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

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

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

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

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

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

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