#CB8C70

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

Shades of Feldspar #CB8C70

Tints of Feldspar #CB8C70

Color information

#CB8C70 (or 0xCB8C70) is unknown color: approx Feldspar. HEX triplet: CB, 8C and 70. RGB value is (203,140,112). Sum of RGB (Red+Green+Blue) = 203+140+112=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C70 is #34738F. Grayscale: #9B9B9B. Windows color (decimal): -3437456 or 7376075. OLE color: 7376075.

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

Color convert

RGB203140112-
CMYK00.310.450.20
HSL18.46º46.67%61.76%-
HSV(B)18.46º44.83%79.61%-
XYZ36.9332.6219.68-
YUV155.64103.37161.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=44.62%
G=30.77%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314011200.310.450.2018.4646.6761.76
HexCB8C7001F2D14122f3e
Octal3132141600375524225776
Binary110010111000110011100000111111011011010010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C70; }

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

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

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

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

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

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

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

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