#CB9875

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

Shades of Feldspar #CB9875

Tints of Feldspar #CB9875

Color information

#CB9875 (or 0xCB9875) is unknown color: approx Feldspar. HEX triplet: CB, 98 and 75. RGB value is (203,152,117). Sum of RGB (Red+Green+Blue) = 203+152+117=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9875 is #34678A. Grayscale: #A3A3A3. Windows color (decimal): -3434379 or 7706827. OLE color: 7706827.

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

Color convert

RGB203152117-
CMYK00.250.420.20
HSL24.42º45.26%62.75%-
HSV(B)24.42º42.36%79.61%-
XYZ39.0736.4421.8-
YUV163.26101.9156.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=43.01%
G=32.20%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315211700.250.420.2024.4245.2662.75
HexCB98750192A14182d3f
Octal3132301650315224305577
Binary110010111001100011101010110011010101010011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9875; }

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

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

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

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

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

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

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

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