#CB9873

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

Shades of Feldspar #CB9873

Tints of Feldspar #CB9873

Color information

#CB9873 (or 0xCB9873) is unknown color: approx Feldspar. HEX triplet: CB, 98 and 73. RGB value is (203,152,115). Sum of RGB (Red+Green+Blue) = 203+152+115=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9873 is #34678C. Grayscale: #A3A3A3. Windows color (decimal): -3434381 or 7575755. OLE color: 7575755.

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

Color convert

RGB203152115-
CMYK00.250.430.20
HSL25.23º45.83%62.35%-
HSV(B)25.23º43.35%79.61%-
XYZ38.9536.3921.19-
YUV163.03100.9156.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=43.19%
G=32.34%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315211500.250.430.2025.2345.8362.35
HexCB98730192B14192e3e
Octal3132301630315324315676
Binary110010111001100011100110110011010111010011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9873; }

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

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

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

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

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

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

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

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