#CB8671

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

Shades of Feldspar #CB8671

Tints of Feldspar #CB8671

Color information

#CB8671 (or 0xCB8671) is unknown color: approx Feldspar. HEX triplet: CB, 86 and 71. RGB value is (203,134,113). Sum of RGB (Red+Green+Blue) = 203+134+113=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8671 is #34798E. Grayscale: #989898. Windows color (decimal): -3438991 or 7440075. OLE color: 7440075.

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

Color convert

RGB203134113-
CMYK00.340.440.20
HSL14º46.39%61.96%-
HSV(B)14º44.33%79.61%-
XYZ36.1330.9419.69-
YUV152.24105.86164.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=45.11%
G=29.78%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313411300.340.440.201446.3961.96
HexCB86710222C14e2e3e
Octal3132061610425424165676
Binary110010111000011011100010100010101100101001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8671; }

 p { color: rgb(203,134,113); }

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

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

 a { background-color: rgb(203,134,113); }

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

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

 span { border-color: rgb(203,134,113); }

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