#CB8D7C

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

Shades of Feldspar #CB8D7C

Tints of Feldspar #CB8D7C

Color information

#CB8D7C (or 0xCB8D7C) is unknown color: approx Feldspar. HEX triplet: CB, 8D and 7C. RGB value is (203,141,124). Sum of RGB (Red+Green+Blue) = 203+141+124=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D7C is #347283. Grayscale: #9D9D9D. Windows color (decimal): -3437188 or 8162763. OLE color: 8162763.

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

Color convert

RGB203141124-
CMYK00.310.390.20
HSL12.91º43.17%64.12%-
HSV(B)12.91º38.92%79.61%-
XYZ37.7933.223.49-
YUV157.6109.04160.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=43.38%
G=30.13%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314112400.310.390.2012.9143.1764.12
HexCB8D7C01F2714d2b40
Octal31321517403747241553100
Binary110010111000110111111000111111001111010011011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D7C; }

 p { color: rgb(203,141,124); }

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

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

 a { background-color: rgb(203,141,124); }

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

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

 span { border-color: rgb(203,141,124); }

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