#CB8E6F

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

Shades of Feldspar #CB8E6F

Tints of Feldspar #CB8E6F

Color information

#CB8E6F (or 0xCB8E6F) is unknown color: approx Feldspar. HEX triplet: CB, 8E and 6F. RGB value is (203,142,111). Sum of RGB (Red+Green+Blue) = 203+142+111=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E6F is #347190. Grayscale: #9C9C9C. Windows color (decimal): -3436945 or 7311051. OLE color: 7311051.

HSL color Cylindrical-coordinate representation of color #CB8E6F: hue angle of 20.22º 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 #CB8E6F is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB203142111-
CMYK00.300.450.20
HSL20.22º46.94%61.57%-
HSV(B)20.22º45.32%79.61%-
XYZ37.1733.1919.49-
YUV156.7102.21161.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=44.52%
G=31.14%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314211100.300.450.2020.2246.9461.57
HexCB8E6F01E2D14142f3e
Octal3132161570365524245776
Binary110010111000111011011110111101011011010010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E6F; }

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

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

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

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

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

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

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

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