#CB849E

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

Shades of Puce #CB849E

Tints of Puce #CB849E

Color information

#CB849E (or 0xCB849E) is unknown color: approx Puce. HEX triplet: CB, 84 and 9E. RGB value is (203,132,158). Sum of RGB (Red+Green+Blue) = 203+132+158=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB849E is #347B61. Grayscale: #9C9C9C. Windows color (decimal): -3439458 or 10388683. OLE color: 10388683.

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

Color convert

RGB203132158-
CMYK00.350.220.20
HSL338.03º40.57%65.69%-
HSV(B)338.03º34.98%79.61%-
XYZ39.0531.6736.4-
YUV156.19129.02161.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=41.18%
G=26.77%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313215800.350.220.20338.0340.5765.69
HexCB849E02316141522942
Octal313204236043262452251102
Binary110010111000010010011110010001110110101001010100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB849E; }

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

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

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

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

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

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

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

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