#CB8673

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

Shades of Feldspar #CB8673

Tints of Feldspar #CB8673

Color information

#CB8673 (or 0xCB8673) is unknown color: approx Feldspar. HEX triplet: CB, 86 and 73. RGB value is (203,134,115). Sum of RGB (Red+Green+Blue) = 203+134+115=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8673 is #34798C. Grayscale: #989898. Windows color (decimal): -3438989 or 7571147. OLE color: 7571147.

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

Color convert

RGB203134115-
CMYK00.340.430.20
HSL12.95º45.83%62.35%-
HSV(B)12.95º43.35%79.61%-
XYZ36.2530.9820.29-
YUV152.46106.86164.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=44.91%
G=29.65%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313411500.340.430.2012.9545.8362.35
HexCB86730222B14d2e3e
Octal3132061630425324155676
Binary110010111000011011100110100010101011101001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8673; }

 p { color: rgb(203,134,115); }

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

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

 a { background-color: rgb(203,134,115); }

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

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

 span { border-color: rgb(203,134,115); }

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