#CB9A79

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

Shades of Feldspar #CB9A79

Tints of Feldspar #CB9A79

Color information

#CB9A79 (or 0xCB9A79) is unknown color: approx Feldspar. HEX triplet: CB, 9A and 79. RGB value is (203,154,121). Sum of RGB (Red+Green+Blue) = 203+154+121=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A79 is #346586. Grayscale: #A5A5A5. Windows color (decimal): -3433863 or 7969483. OLE color: 7969483.

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

Color convert

RGB203154121-
CMYK00.240.400.20
HSL24.15º44.09%63.53%-
HSV(B)24.15º40.39%79.61%-
XYZ39.6437.1923.18-
YUV164.89103.23155.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=42.47%
G=32.22%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315412100.240.400.2024.1544.0963.53
HexCB9A790182814182c40
Octal31323217103050243054100
Binary1100101110011010111100101100010100010100110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A79; }

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

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

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

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

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

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

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

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