#CB8C6C

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

Shades of Feldspar #CB8C6C

Tints of Feldspar #CB8C6C

Color information

#CB8C6C (or 0xCB8C6C) is unknown color: approx Feldspar. HEX triplet: CB, 8C and 6C. RGB value is (203,140,108). Sum of RGB (Red+Green+Blue) = 203+140+108=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C6C is #347393. Grayscale: #9B9B9B. Windows color (decimal): -3437460 or 7113931. OLE color: 7113931.

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

Color convert

RGB203140108-
CMYK00.310.470.20
HSL20.21º47.74%60.98%-
HSV(B)20.21º46.8%79.61%-
XYZ36.7132.5418.53-
YUV155.19101.37162.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=45.01%
G=31.04%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314010800.310.470.2020.2147.7460.98
HexCB8C6C01F2F1414303d
Octal3132141540375724246075
Binary110010111000110011011000111111011111010010100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C6C; }

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

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

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

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

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

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

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

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