#CB8D71

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

Shades of Feldspar #CB8D71

Tints of Feldspar #CB8D71

Color information

#CB8D71 (or 0xCB8D71) is unknown color: approx Feldspar. HEX triplet: CB, 8D and 71. RGB value is (203,141,113). Sum of RGB (Red+Green+Blue) = 203+141+113=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D71 is #34728E. Grayscale: #9C9C9C. Windows color (decimal): -3437199 or 7441867. OLE color: 7441867.

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

Color convert

RGB203141113-
CMYK00.310.440.20
HSL18.67º46.39%61.96%-
HSV(B)18.67º44.33%79.61%-
XYZ37.1332.9420.02-
YUV156.35103.54161.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=44.42%
G=30.85%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314111300.310.440.2018.6746.3961.96
HexCB8D7101F2C14132e3e
Octal3132151610375424235676
Binary110010111000110111100010111111011001010010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D71; }

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

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

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

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

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

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

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

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