#CB8D72

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

Shades of Feldspar #CB8D72

Tints of Feldspar #CB8D72

Color information

#CB8D72 (or 0xCB8D72) is unknown color: approx Feldspar. HEX triplet: CB, 8D and 72. RGB value is (203,141,114). Sum of RGB (Red+Green+Blue) = 203+141+114=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D72 is #34728D. Grayscale: #9C9C9C. Windows color (decimal): -3437198 or 7507403. OLE color: 7507403.

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

Color convert

RGB203141114-
CMYK00.310.440.20
HSL18.2º46.11%62.16%-
HSV(B)18.2º43.84%79.61%-
XYZ37.1932.9620.32-
YUV156.46104.04161.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=44.32%
G=30.79%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314111400.310.440.2018.246.1162.16
HexCB8D7201F2C14122e3e
Octal3132151620375424225676
Binary110010111000110111100100111111011001010010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D72; }

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

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

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

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

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

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

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

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