#CB9076

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

Shades of Feldspar #CB9076

Tints of Feldspar #CB9076

Color information

#CB9076 (or 0xCB9076) is unknown color: approx Feldspar. HEX triplet: CB, 90 and 76. RGB value is (203,144,118). Sum of RGB (Red+Green+Blue) = 203+144+118=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9076 is #346F89. Grayscale: #9E9E9E. Windows color (decimal): -3436426 or 7770315. OLE color: 7770315.

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

Color convert

RGB203144118-
CMYK00.290.420.20
HSL18.35º44.97%62.94%-
HSV(B)18.35º41.87%79.61%-
XYZ37.8733.9521.7-
YUV158.68105.05159.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=43.66%
G=30.97%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314411800.290.420.2018.3544.9762.94
HexCB907601D2A14122d3f
Octal3132201660355224225577
Binary110010111001000011101100111011010101010010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9076; }

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

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

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

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

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

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

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

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