#CB9A74

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

Shades of Feldspar #CB9A74

Tints of Feldspar #CB9A74

Color information

#CB9A74 (or 0xCB9A74) is unknown color: approx Feldspar. HEX triplet: CB, 9A and 74. RGB value is (203,154,116). Sum of RGB (Red+Green+Blue) = 203+154+116=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A74 is #34658B. Grayscale: #A4A4A4. Windows color (decimal): -3433868 or 7641803. OLE color: 7641803.

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

Color convert

RGB203154116-
CMYK00.240.430.20
HSL26.21º45.55%62.55%-
HSV(B)26.21º42.86%79.61%-
XYZ39.3437.0721.6-
YUV164.32100.73155.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=42.92%
G=32.56%
B=24.52%

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
Decimal20315411600.240.430.2026.2145.5562.55
HexCB9A740182B141a2e3f
Octal3132321640305324325677
Binary110010111001101011101000110001010111010011010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A74; }

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

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

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

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

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

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

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

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