#CB8E6E

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

Shades of Feldspar #CB8E6E

Tints of Feldspar #CB8E6E

Color information

#CB8E6E (or 0xCB8E6E) is unknown color: approx Feldspar. HEX triplet: CB, 8E and 6E. RGB value is (203,142,110). Sum of RGB (Red+Green+Blue) = 203+142+110=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E6E is #347191. Grayscale: #9C9C9C. Windows color (decimal): -3436946 or 7245515. OLE color: 7245515.

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

Color convert

RGB203142110-
CMYK00.300.460.20
HSL20.65º47.21%61.37%-
HSV(B)20.65º45.81%79.61%-
XYZ37.1233.1719.2-
YUV156.59101.71161.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=44.62%
G=31.21%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314211000.300.460.2020.6547.2161.37
HexCB8E6E01E2E14152f3d
Octal3132161560365624255775
Binary110010111000111011011100111101011101010010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E6E; }

 p { color: rgb(203,142,110); }

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

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

 a { background-color: rgb(203,142,110); }

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

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

 span { border-color: rgb(203,142,110); }

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