#cb8f7c

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

Shades of Feldspar #CB8F7C

Tints of Feldspar #CB8F7C

Color information

#CB8F7C (or 0xCB8F7C) is unknown color: approx Feldspar. HEX triplet: CB, 8F and 7C. RGB value is (203,143,124). Sum of RGB (Red+Green+Blue) = 203+143+124=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F7C is #347083. Grayscale: #9E9E9E. Windows color (decimal): -3436676 or 8163275. OLE color: 8163275.

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

Color convert

RGB203143124-
CMYK00.300.390.20
HSL14.43º43.17%64.12%-
HSV(B)14.43º38.92%79.61%-
XYZ38.0933.823.58-
YUV158.77108.38159.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=43.19%
G=30.43%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314312400.300.390.2014.4343.1764.12
HexCB8F7C01E2714e2b40
Octal31321717403647241653100
Binary110010111000111111111000111101001111010011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8f7c; }

 p { color: rgb(203,143,124); }

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

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

 a { background-color: rgb(203,143,124); }

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

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

 span { border-color: rgb(203,143,124); }

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