#CFB8A0

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

Shades of Grain Brown #CFB8A0

Tints of Grain Brown #CFB8A0

Color information

#CFB8A0 (or 0xCFB8A0) is unknown color: approx Grain Brown. HEX triplet: CF, B8 and A0. RGB value is (207,184,160). Sum of RGB (Red+Green+Blue) = 207+184+160=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB8A0 is #30475F. Grayscale: #BCBCBC. Windows color (decimal): -3164000 or 10533071. OLE color: 10533071.

HSL color Cylindrical-coordinate representation of color #CFB8A0: hue angle of 30.64º 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 #CFB8A0 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207184160-
CMYK00.110.230.19
HSL30.64º32.87%71.96%-
HSV(B)30.64º22.71%81.18%-
XYZ49.2250.0840.33-
YUV188.14112.12141.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 160 (62.89% from 255) = 29.04%
R=37.57%
G=33.39%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718416000.110.230.1930.6432.8771.96
HexCFB8A00B17131f2148
Octal31727024001327233741110
Binary110011111011100010100000010111011110011111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8A0; }

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

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

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

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

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

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

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

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