#CB9073

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

Shades of Feldspar #CB9073

Tints of Feldspar #CB9073

Color information

#CB9073 (or 0xCB9073) is unknown color: approx Feldspar. HEX triplet: CB, 90 and 73. RGB value is (203,144,115). Sum of RGB (Red+Green+Blue) = 203+144+115=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9073 is #346F8C. Grayscale: #9E9E9E. Windows color (decimal): -3436429 or 7573707. OLE color: 7573707.

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

Color convert

RGB203144115-
CMYK00.290.430.20
HSL19.77º45.83%62.35%-
HSV(B)19.77º43.35%79.61%-
XYZ37.733.8820.77-
YUV158.34103.55159.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=43.94%
G=31.17%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314411500.290.430.2019.7745.8362.35
HexCB907301D2B14142e3e
Octal3132201630355324245676
Binary110010111001000011100110111011010111010010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9073; }

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

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

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

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

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

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

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

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