#CB8298

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

Shades of Puce #CB8298

Tints of Puce #CB8298

Color information

#CB8298 (or 0xCB8298) is unknown color: approx Puce. HEX triplet: CB, 82 and 98. RGB value is (203,130,152). Sum of RGB (Red+Green+Blue) = 203+130+152=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8298 is #347D67. Grayscale: #9A9A9A. Windows color (decimal): -3439976 or 9994955. OLE color: 9994955.

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

Color convert

RGB203130152-
CMYK00.360.250.20
HSL341.92º41.24%65.29%-
HSV(B)341.92º35.96%79.61%-
XYZ38.2830.9333.66-
YUV154.34126.68162.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=41.86%
G=26.80%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313015200.360.250.20341.9241.2465.29
HexCB829802419141562941
Octal313202230044312452651101
Binary110010111000001010011000010010011001101001010101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8298; }

 p { color: rgb(203,130,152); }

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

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

 a { background-color: rgb(203,130,152); }

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

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

 span { border-color: rgb(203,130,152); }

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