#CB8D73

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

Shades of Feldspar #CB8D73

Tints of Feldspar #CB8D73

Color information

#CB8D73 (or 0xCB8D73) is unknown color: approx Feldspar. HEX triplet: CB, 8D and 73. RGB value is (203,141,115). Sum of RGB (Red+Green+Blue) = 203+141+115=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D73 is #34728C. Grayscale: #9C9C9C. Windows color (decimal): -3437197 or 7572939. OLE color: 7572939.

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

Color convert

RGB203141115-
CMYK00.310.430.20
HSL17.73º45.83%62.35%-
HSV(B)17.73º43.35%79.61%-
XYZ37.2532.9820.62-
YUV156.57104.54161.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=44.23%
G=30.72%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314111500.310.430.2017.7345.8362.35
HexCB8D7301F2B14122e3e
Octal3132151630375324225676
Binary110010111000110111100110111111010111010010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D73; }

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

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

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

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

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

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

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

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