#CB9877

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

Shades of Feldspar #CB9877

Tints of Feldspar #CB9877

Color information

#CB9877 (or 0xCB9877) is unknown color: approx Feldspar. HEX triplet: CB, 98 and 77. RGB value is (203,152,119). Sum of RGB (Red+Green+Blue) = 203+152+119=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9877 is #346788. Grayscale: #A3A3A3. Windows color (decimal): -3434377 or 7837899. OLE color: 7837899.

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

Color convert

RGB203152119-
CMYK00.250.410.20
HSL23.57º44.68%63.14%-
HSV(B)23.57º41.38%79.61%-
XYZ39.1936.4822.43-
YUV163.49102.9156.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=42.83%
G=32.07%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315211900.250.410.2023.5744.6863.14
HexCB98770192914182d3f
Octal3132301670315124305577
Binary110010111001100011101110110011010011010011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9877; }

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

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

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

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

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

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

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

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