#CB8873

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

Shades of Feldspar #CB8873

Tints of Feldspar #CB8873

Color information

#CB8873 (or 0xCB8873) is unknown color: approx Feldspar. HEX triplet: CB, 88 and 73. RGB value is (203,136,115). Sum of RGB (Red+Green+Blue) = 203+136+115=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8873 is #34778C. Grayscale: #999999. Windows color (decimal): -3438477 or 7571659. OLE color: 7571659.

HSL color Cylindrical-coordinate representation of color #CB8873: hue angle of 14.32º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB8873 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203136115-
CMYK00.330.430.20
HSL14.32º45.83%62.35%-
HSV(B)14.32º43.35%79.61%-
XYZ36.5331.5420.38-
YUV153.64106.2163.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 115 (45.31% from 255) = 25.33%
R=44.71%
G=29.96%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313611500.330.430.2014.3245.8362.35
HexCB88730212B14e2e3e
Octal3132101630415324165676
Binary110010111000100011100110100001101011101001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8873; }

 p { color: rgb(203,136,115); }

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

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

 a { background-color: rgb(203,136,115); }

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

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

 span { border-color: rgb(203,136,115); }

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