#CB8A6F

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

Shades of Feldspar #CB8A6F

Tints of Feldspar #CB8A6F

Color information

#CB8A6F (or 0xCB8A6F) is unknown color: approx Feldspar. HEX triplet: CB, 8A and 6F. RGB value is (203,138,111). Sum of RGB (Red+Green+Blue) = 203+138+111=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A6F is #347590. Grayscale: #9A9A9A. Windows color (decimal): -3437969 or 7310027. OLE color: 7310027.

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

Color convert

RGB203138111-
CMYK00.320.450.20
HSL17.61º46.94%61.57%-
HSV(B)17.61º45.32%79.61%-
XYZ36.5932.0219.29-
YUV154.36103.53162.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=44.91%
G=30.53%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313811100.320.450.2017.6146.9461.57
HexCB8A6F0202D14122f3e
Octal3132121570405524225776
Binary1100101110001010110111101000001011011010010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A6F; }

 p { color: rgb(203,138,111); }

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

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

 a { background-color: rgb(203,138,111); }

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

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

 span { border-color: rgb(203,138,111); }

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