#CB9579

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

Shades of Feldspar #CB9579

Tints of Feldspar #CB9579

Color information

#CB9579 (or 0xCB9579) is unknown color: approx Feldspar. HEX triplet: CB, 95 and 79. RGB value is (203,149,121). Sum of RGB (Red+Green+Blue) = 203+149+121=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9579 is #346A86. Grayscale: #A2A2A2. Windows color (decimal): -3435143 or 7968203. OLE color: 7968203.

HSL color Cylindrical-coordinate representation of color #CB9579: hue angle of 20.49º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB9579 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203149121-
CMYK00.270.400.20
HSL20.49º44.09%63.53%-
HSV(B)20.49º40.39%79.61%-
XYZ38.8335.5722.91-
YUV161.95104.89157.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=42.92%
G=31.50%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314912100.270.400.2020.4944.0963.53
HexCB957901B2814142c40
Octal31322517103350242454100
Binary1100101110010101111100101101110100010100101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9579; }

 p { color: rgb(203,149,121); }

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

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

 a { background-color: rgb(203,149,121); }

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

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

 span { border-color: rgb(203,149,121); }

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