#CB9775

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

Shades of Feldspar #CB9775

Tints of Feldspar #CB9775

Color information

#CB9775 (or 0xCB9775) is unknown color: approx Feldspar. HEX triplet: CB, 97 and 75. RGB value is (203,151,117). Sum of RGB (Red+Green+Blue) = 203+151+117=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9775 is #34688A. Grayscale: #A2A2A2. Windows color (decimal): -3434635 or 7706571. OLE color: 7706571.

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

Color convert

RGB203151117-
CMYK00.260.420.20
HSL23.72º45.26%62.75%-
HSV(B)23.72º42.36%79.61%-
XYZ38.9136.1121.75-
YUV162.67102.23156.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=43.10%
G=32.06%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315111700.260.420.2023.7245.2662.75
HexCB977501A2A14182d3f
Octal3132271650325224305577
Binary110010111001011111101010110101010101010011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9775; }

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

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

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

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

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

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

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

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