#CB8498

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

Shades of Puce #CB8498

Tints of Puce #CB8498

Color information

#CB8498 (or 0xCB8498) is unknown color: approx Puce. HEX triplet: CB, 84 and 98. RGB value is (203,132,152). Sum of RGB (Red+Green+Blue) = 203+132+152=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8498 is #347B67. Grayscale: #9B9B9B. Windows color (decimal): -3439464 or 9995467. OLE color: 9995467.

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

Color convert

RGB203132152-
CMYK00.350.250.20
HSL343.1º40.57%65.69%-
HSV(B)343.1º34.98%79.61%-
XYZ38.5531.4733.75-
YUV155.51126.02161.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=41.68%
G=27.10%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313215200.350.250.20343.140.5765.69
HexCB849802319141572942
Octal313204230043312452751102
Binary110010111000010010011000010001111001101001010101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8498; }

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

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

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

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

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

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

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

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