#CB9675

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

Shades of Feldspar #CB9675

Tints of Feldspar #CB9675

Color information

#CB9675 (or 0xCB9675) is unknown color: approx Feldspar. HEX triplet: CB, 96 and 75. RGB value is (203,150,117). Sum of RGB (Red+Green+Blue) = 203+150+117=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9675 is #34698A. Grayscale: #A2A2A2. Windows color (decimal): -3434891 or 7706315. OLE color: 7706315.

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

Color convert

RGB203150117-
CMYK00.260.420.20
HSL23.02º45.26%62.75%-
HSV(B)23.02º42.36%79.61%-
XYZ38.7535.7921.7-
YUV162.08102.56157.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=43.19%
G=31.91%
B=24.89%

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
Decimal20315011700.260.420.2023.0245.2662.75
HexCB967501A2A14172d3f
Octal3132261650325224275577
Binary110010111001011011101010110101010101010010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9675; }

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

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

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

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

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

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

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

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