#CB8491

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

Shades of Puce #CB8491

Tints of Puce #CB8491

Color information

#CB8491 (or 0xCB8491) is unknown color: approx Puce. HEX triplet: CB, 84 and 91. RGB value is (203,132,145). Sum of RGB (Red+Green+Blue) = 203+132+145=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8491 is #347B6E. Grayscale: #9A9A9A. Windows color (decimal): -3439471 or 9536715. OLE color: 9536715.

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

Color convert

RGB203132145-
CMYK00.350.290.20
HSL349.01º40.57%65.69%-
HSV(B)349.01º34.98%79.61%-
XYZ37.9931.2430.82-
YUV154.71122.52162.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=42.29%
G=27.5%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313214500.350.290.20349.0140.5765.69
HexCB84910231D1415d2942
Octal313204221043352453551102
Binary110010111000010010010001010001111101101001010111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8491; }

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

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

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

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

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

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

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

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