#CB9672

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

Shades of Feldspar #CB9672

Tints of Feldspar #CB9672

Color information

#CB9672 (or 0xCB9672) is unknown color: approx Feldspar. HEX triplet: CB, 96 and 72. RGB value is (203,150,114). Sum of RGB (Red+Green+Blue) = 203+150+114=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9672 is #34698D. Grayscale: #A1A1A1. Windows color (decimal): -3434894 or 7509707. OLE color: 7509707.

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

Color convert

RGB203150114-
CMYK00.260.440.20
HSL24.27º46.11%62.16%-
HSV(B)24.27º43.84%79.61%-
XYZ38.5735.7220.78-
YUV161.74101.06157.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=43.47%
G=32.12%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315011400.260.440.2024.2746.1162.16
HexCB967201A2C14182e3e
Octal3132261620325424305676
Binary110010111001011011100100110101011001010011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9672; }

 p { color: rgb(203,150,114); }

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

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

 a { background-color: rgb(203,150,114); }

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

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

 span { border-color: rgb(203,150,114); }

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