#CB8C6D

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

Shades of Feldspar #CB8C6D

Tints of Feldspar #CB8C6D

Color information

#CB8C6D (or 0xCB8C6D) is unknown color: approx Feldspar. HEX triplet: CB, 8C and 6D. RGB value is (203,140,109). Sum of RGB (Red+Green+Blue) = 203+140+109=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C6D is #347392. Grayscale: #9B9B9B. Windows color (decimal): -3437459 or 7179467. OLE color: 7179467.

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

Color convert

RGB203140109-
CMYK00.310.460.20
HSL19.79º47.47%61.18%-
HSV(B)19.79º46.31%79.61%-
XYZ36.7732.5618.81-
YUV155.3101.87162.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=44.91%
G=30.97%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314010900.310.460.2019.7947.4761.18
HexCB8C6D01F2E14142f3d
Octal3132141550375624245775
Binary110010111000110011011010111111011101010010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C6D; }

 p { color: rgb(203,140,109); }

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

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

 a { background-color: rgb(203,140,109); }

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

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

 span { border-color: rgb(203,140,109); }

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