#CB9977

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

Shades of Feldspar #CB9977

Tints of Feldspar #CB9977

Color information

#CB9977 (or 0xCB9977) is unknown color: approx Feldspar. HEX triplet: CB, 99 and 77. RGB value is (203,153,119). Sum of RGB (Red+Green+Blue) = 203+153+119=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9977 is #346688. Grayscale: #A4A4A4. Windows color (decimal): -3434121 or 7838155. OLE color: 7838155.

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

Color convert

RGB203153119-
CMYK00.250.410.20
HSL24.29º44.68%63.14%-
HSV(B)24.29º41.38%79.61%-
XYZ39.3536.8122.48-
YUV164.07102.56155.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=42.74%
G=32.21%
B=25.05%

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
Decimal20315311900.250.410.2024.2944.6863.14
HexCB99770192914182d3f
Octal3132311670315124305577
Binary110010111001100111101110110011010011010011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9977; }

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

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

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

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

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

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

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

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