#CB9379

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

Shades of Feldspar #CB9379

Tints of Feldspar #CB9379

Color information

#CB9379 (or 0xCB9379) is unknown color: approx Feldspar. HEX triplet: CB, 93 and 79. RGB value is (203,147,121). Sum of RGB (Red+Green+Blue) = 203+147+121=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9379 is #346C86. Grayscale: #A0A0A0. Windows color (decimal): -3435655 or 7967691. OLE color: 7967691.

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

Color convert

RGB203147121-
CMYK00.280.400.20
HSL19.02º44.09%63.53%-
HSV(B)19.02º40.39%79.61%-
XYZ38.5134.9422.8-
YUV160.78105.55158.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=43.10%
G=31.21%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314712100.280.400.2019.0244.0963.53
HexCB937901C2814132c40
Octal31322317103450242354100
Binary1100101110010011111100101110010100010100100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9379; }

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

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

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

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

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

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

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

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