#CB8C6F

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

Shades of Feldspar #CB8C6F

Tints of Feldspar #CB8C6F

Color information

#CB8C6F (or 0xCB8C6F) is unknown color: approx Feldspar. HEX triplet: CB, 8C and 6F. RGB value is (203,140,111). Sum of RGB (Red+Green+Blue) = 203+140+111=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C6F is #347390. Grayscale: #9B9B9B. Windows color (decimal): -3437457 or 7310539. OLE color: 7310539.

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

Color convert

RGB203140111-
CMYK00.310.450.20
HSL18.91º46.94%61.57%-
HSV(B)18.91º45.32%79.61%-
XYZ36.8832.619.39-
YUV155.53102.87161.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=44.71%
G=30.84%
B=24.45%

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
Decimal20314011100.310.450.2018.9146.9461.57
HexCB8C6F01F2D14132f3e
Octal3132141570375524235776
Binary110010111000110011011110111111011011010010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C6F; }

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

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

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

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

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

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

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

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