#CB8B6E

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

Shades of Feldspar #CB8B6E

Tints of Feldspar #CB8B6E

Color information

#CB8B6E (or 0xCB8B6E) is unknown color: approx Feldspar. HEX triplet: CB, 8B and 6E. RGB value is (203,139,110). Sum of RGB (Red+Green+Blue) = 203+139+110=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B6E is #347491. Grayscale: #9B9B9B. Windows color (decimal): -3437714 or 7244747. OLE color: 7244747.

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

Color convert

RGB203139110-
CMYK00.320.460.20
HSL18.71º47.21%61.37%-
HSV(B)18.71º45.81%79.61%-
XYZ36.6832.2919.05-
YUV154.83102.7162.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=44.91%
G=30.75%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313911000.320.460.2018.7147.2161.37
HexCB8B6E0202E14132f3d
Octal3132131560405624235775
Binary1100101110001011110111001000001011101010010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8B6E; }

 p { color: rgb(203,139,110); }

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

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

 a { background-color: rgb(203,139,110); }

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

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

 span { border-color: rgb(203,139,110); }

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