#cb9072

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

Shades of Feldspar #CB9072

Tints of Feldspar #CB9072

Color information

#CB9072 (or 0xCB9072) is unknown color: approx Feldspar. HEX triplet: CB, 90 and 72. RGB value is (203,144,114). Sum of RGB (Red+Green+Blue) = 203+144+114=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9072 is #346F8D. Grayscale: #9E9E9E. Windows color (decimal): -3436430 or 7508171. OLE color: 7508171.

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

Color convert

RGB203144114-
CMYK00.290.440.20
HSL20.22º46.11%62.16%-
HSV(B)20.22º43.84%79.61%-
XYZ37.6433.8620.47-
YUV158.22103.05159.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=44.03%
G=31.24%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314411400.290.440.2020.2246.1162.16
HexCB907201D2C14142e3e
Octal3132201620355424245676
Binary110010111001000011100100111011011001010010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb9072; }

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

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

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

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

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

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

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

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