#CB9071

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

Shades of Feldspar #CB9071

Tints of Feldspar #CB9071

Color information

#CB9071 (or 0xCB9071) is unknown color: approx Feldspar. HEX triplet: CB, 90 and 71. RGB value is (203,144,113). Sum of RGB (Red+Green+Blue) = 203+144+113=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9071 is #346F8E. Grayscale: #9E9E9E. Windows color (decimal): -3436431 or 7442635. OLE color: 7442635.

HSL color Cylindrical-coordinate representation of color #CB9071: hue angle of 20.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB9071 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203144113-
CMYK00.290.440.20
HSL20.67º46.39%61.96%-
HSV(B)20.67º44.33%79.61%-
XYZ37.5833.8420.17-
YUV158.11102.55160.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=44.13%
G=31.30%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314411300.290.440.2020.6746.3961.96
HexCB907101D2C14152e3e
Octal3132201610355424255676
Binary110010111001000011100010111011011001010010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9071; }

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

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

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

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

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

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

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

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