#CB8497

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

Shades of Puce #CB8497

Tints of Puce #CB8497

Color information

#CB8497 (or 0xCB8497) is unknown color: approx Puce. HEX triplet: CB, 84 and 97. RGB value is (203,132,151). Sum of RGB (Red+Green+Blue) = 203+132+151=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8497 is #347B68. Grayscale: #9B9B9B. Windows color (decimal): -3439465 or 9929931. OLE color: 9929931.

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

Color convert

RGB203132151-
CMYK00.350.260.20
HSL343.94º40.57%65.69%-
HSV(B)343.94º34.98%79.61%-
XYZ38.4731.4333.32-
YUV155.39125.52161.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=41.77%
G=27.16%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313215100.350.260.20343.9440.5765.69
HexCB84970231A141582942
Octal313204227043322453051102
Binary110010111000010010010111010001111010101001010110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8497; }

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

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

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

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

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

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

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

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