#CB9770

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

Shades of Feldspar #CB9770

Tints of Feldspar #CB9770

Color information

#CB9770 (or 0xCB9770) is unknown color: approx Feldspar. HEX triplet: CB, 97 and 70. RGB value is (203,151,112). Sum of RGB (Red+Green+Blue) = 203+151+112=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9770 is #34688F. Grayscale: #A2A2A2. Windows color (decimal): -3434640 or 7378891. OLE color: 7378891.

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

Color convert

RGB203151112-
CMYK00.260.450.20
HSL25.71º46.67%61.76%-
HSV(B)25.71º44.83%79.61%-
XYZ38.623620.24-
YUV162.199.73157.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=43.56%
G=32.40%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315111200.260.450.2025.7146.6761.76
HexCB977001A2D141a2f3e
Octal3132271600325524325776
Binary110010111001011111100000110101011011010011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9770; }

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

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

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

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

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

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

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

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