#CB9280

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

Shades of Feldspar #CB9280

Tints of Feldspar #CB9280

Color information

#CB9280 (or 0xCB9280) is unknown color: approx Feldspar. HEX triplet: CB, 92 and 80. RGB value is (203,146,128). Sum of RGB (Red+Green+Blue) = 203+146+128=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9280 is #346D7F. Grayscale: #A1A1A1. Windows color (decimal): -3435904 or 8426187. OLE color: 8426187.

HSL color Cylindrical-coordinate representation of color #CB9280: hue angle of 14.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9280 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203146128-
CMYK00.280.370.20
HSL14.4º41.9%64.9%-
HSV(B)14.4º36.95%79.61%-
XYZ38.834.8125.1-
YUV160.99109.38157.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=42.56%
G=30.61%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314612800.280.370.2014.441.964.9
HexCB928001C2514e2a41
Octal31322220003445241652101
Binary1100101110010010100000000111001001011010011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9280; }

 p { color: rgb(203,146,128); }

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

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

 a { background-color: rgb(203,146,128); }

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

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

 span { border-color: rgb(203,146,128); }

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