#CB9376

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

Shades of Feldspar #CB9376

Tints of Feldspar #CB9376

Color information

#CB9376 (or 0xCB9376) is unknown color: approx Feldspar. HEX triplet: CB, 93 and 76. RGB value is (203,147,118). Sum of RGB (Red+Green+Blue) = 203+147+118=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9376 is #346C89. Grayscale: #A0A0A0. Windows color (decimal): -3435658 or 7771083. OLE color: 7771083.

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

Color convert

RGB203147118-
CMYK00.280.420.20
HSL20.47º44.97%62.94%-
HSV(B)20.47º41.87%79.61%-
XYZ38.3334.8721.85-
YUV160.44104.05158.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=43.38%
G=31.41%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314711800.280.420.2020.4744.9762.94
HexCB937601C2A14142d3f
Octal3132231660345224245577
Binary110010111001001111101100111001010101010010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9376; }

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

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

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

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

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

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

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

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