#CB9779

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

Shades of Feldspar #CB9779

Tints of Feldspar #CB9779

Color information

#CB9779 (or 0xCB9779) is unknown color: approx Feldspar. HEX triplet: CB, 97 and 79. RGB value is (203,151,121). Sum of RGB (Red+Green+Blue) = 203+151+121=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9779 is #346886. Grayscale: #A3A3A3. Windows color (decimal): -3434631 or 7968715. OLE color: 7968715.

HSL color Cylindrical-coordinate representation of color #CB9779: hue angle of 21.95º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB9779 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203151121-
CMYK00.260.400.20
HSL21.95º44.09%63.53%-
HSV(B)21.95º40.39%79.61%-
XYZ39.1536.2123.02-
YUV163.13104.23156.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=42.74%
G=31.79%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315112100.260.400.2021.9544.0963.53
HexCB977901A2814162c40
Octal31322717103250242654100
Binary1100101110010111111100101101010100010100101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9779; }

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

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

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

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

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

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

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

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