#cb9b74

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

Shades of Feldspar #CB9B74

Tints of Feldspar #CB9B74

Color information

#CB9B74 (or 0xCB9B74) is unknown color: approx Feldspar. HEX triplet: CB, 9B and 74. RGB value is (203,155,116). Sum of RGB (Red+Green+Blue) = 203+155+116=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B74 is #34648B. Grayscale: #A5A5A5. Windows color (decimal): -3433612 or 7642059. OLE color: 7642059.

HSL color Cylindrical-coordinate representation of color #CB9B74: hue angle of 26.9º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB9B74 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203155116-
CMYK00.240.430.20
HSL26.9º45.55%62.55%-
HSV(B)26.9º42.86%79.61%-
XYZ39.537.421.66-
YUV164.91100.4155.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=42.83%
G=32.70%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315511600.240.430.2026.945.5562.55
HexCB9B740182B141b2e3f
Octal3132331640305324335677
Binary110010111001101111101000110001010111010011011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb9b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb9b74; }

 p { color: rgb(203,155,116); }

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

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

 a { background-color: rgb(203,155,116); }

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

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

 span { border-color: rgb(203,155,116); }

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