#CB8D79

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

Shades of Feldspar #CB8D79

Tints of Feldspar #CB8D79

Color information

#CB8D79 (or 0xCB8D79) is unknown color: approx Feldspar. HEX triplet: CB, 8D and 79. RGB value is (203,141,121). Sum of RGB (Red+Green+Blue) = 203+141+121=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D79 is #347286. Grayscale: #9D9D9D. Windows color (decimal): -3437191 or 7966155. OLE color: 7966155.

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

Color convert

RGB203141121-
CMYK00.310.400.20
HSL14.63º44.09%63.53%-
HSV(B)14.63º40.39%79.61%-
XYZ37.633.1322.5-
YUV157.26107.54160.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=43.66%
G=30.32%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314112100.310.400.2014.6344.0963.53
HexCB8D7901F2814f2c40
Octal31321517103750241754100
Binary110010111000110111110010111111010001010011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D79; }

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

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

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

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

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

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

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

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