#CB9777

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

Shades of Feldspar #CB9777

Tints of Feldspar #CB9777

Color information

#CB9777 (or 0xCB9777) is unknown color: approx Feldspar. HEX triplet: CB, 97 and 77. RGB value is (203,151,119). Sum of RGB (Red+Green+Blue) = 203+151+119=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9777 is #346888. Grayscale: #A3A3A3. Windows color (decimal): -3434633 or 7837643. OLE color: 7837643.

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

Color convert

RGB203151119-
CMYK00.260.410.20
HSL22.86º44.68%63.14%-
HSV(B)22.86º41.38%79.61%-
XYZ39.0236.1622.38-
YUV162.9103.23156.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=42.92%
G=31.92%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315111900.260.410.2022.8644.6863.14
HexCB977701A2914172d3f
Octal3132271670325124275577
Binary110010111001011111101110110101010011010010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9777; }

 p { color: rgb(203,151,119); }

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

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

 a { background-color: rgb(203,151,119); }

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

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

 span { border-color: rgb(203,151,119); }

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