#CFB7A0

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

Shades of Grain Brown #CFB7A0

Tints of Grain Brown #CFB7A0

Color information

#CFB7A0 (or 0xCFB7A0) is unknown color: approx Grain Brown. HEX triplet: CF, B7 and A0. RGB value is (207,183,160). Sum of RGB (Red+Green+Blue) = 207+183+160=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB7A0 is #30485F. Grayscale: #BBBBBB. Windows color (decimal): -3164256 or 10532815. OLE color: 10532815.

HSL color Cylindrical-coordinate representation of color #CFB7A0: hue angle of 29.36º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB7A0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207183160-
CMYK00.120.230.19
HSL29.36º32.87%71.96%-
HSV(B)29.36º22.71%81.18%-
XYZ49.0149.6740.26-
YUV187.55112.45141.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=37.64%
G=33.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718316000.120.230.1929.3632.8771.96
HexCFB7A00C17131d2148
Octal31726724001427233541110
Binary110011111011011110100000011001011110011111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7A0; }

 p { color: rgb(207,183,160); }

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

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

 a { background-color: rgb(207,183,160); }

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

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

 span { border-color: rgb(207,183,160); }

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