#CB8976

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

Shades of Feldspar #CB8976

Tints of Feldspar #CB8976

Color information

#CB8976 (or 0xCB8976) is unknown color: approx Feldspar. HEX triplet: CB, 89 and 76. RGB value is (203,137,118). Sum of RGB (Red+Green+Blue) = 203+137+118=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8976 is #347689. Grayscale: #9A9A9A. Windows color (decimal): -3438218 or 7768523. OLE color: 7768523.

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

Color convert

RGB203137118-
CMYK00.330.420.20
HSL13.41º44.97%62.94%-
HSV(B)13.41º41.87%79.61%-
XYZ36.8431.921.35-
YUV154.57107.37162.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=44.32%
G=29.91%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313711800.330.420.2013.4144.9762.94
HexCB89760212A14d2d3f
Octal3132111660415224155577
Binary110010111000100111101100100001101010101001101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8976; }

 p { color: rgb(203,137,118); }

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

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

 a { background-color: rgb(203,137,118); }

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

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

 span { border-color: rgb(203,137,118); }

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