#CB8C7A

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

Shades of Feldspar #CB8C7A

Tints of Feldspar #CB8C7A

Color information

#CB8C7A (or 0xCB8C7A) is unknown color: approx Feldspar. HEX triplet: CB, 8C and 7A. RGB value is (203,140,122). Sum of RGB (Red+Green+Blue) = 203+140+122=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C7A is #347385. Grayscale: #9C9C9C. Windows color (decimal): -3437446 or 8031435. OLE color: 8031435.

HSL color Cylindrical-coordinate representation of color #CB8C7A: hue angle of 13.33º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB8C7A is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203140122-
CMYK00.310.400.20
HSL13.33º43.78%63.73%-
HSV(B)13.33º39.9%79.61%-
XYZ37.5232.8622.78-
YUV156.78108.37160.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=43.66%
G=30.11%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314012200.310.400.2013.3343.7863.73
HexCB8C7A01F2814d2c40
Octal31321417203750241554100
Binary110010111000110011110100111111010001010011011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C7A; }

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

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

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

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

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

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

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

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