Html Css Color HEX #CFB9A4 Grain Brown

📋 copy color: '#CFB9A4'

red 207 ◦ green 185 ◦ blue 164

#CFB9A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #CFB9A4

Tints of Grain Brown #CFB9A4

RGB

 RED value IS 207 (81.25% from 255) = 37.23%

 GREEN value IS 185 (72.66% from 255) = 33.27%

 BLUE value IS 164 (64.45% from 255) = 29.5%

R = 37.23%
G = 33.27%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CFB9A4 (or 0xCFB9A4) is known color: Grain Brown. HEX triplet: CF, B9 and A4. RGB value is (207,185,164). Sum of RGB (Red+Green+Blue) = 207+185+164=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9A4 is #30465B. Grayscale: #BDBDBD. Windows color (decimal): -3163740 or 10795471. OLE color: 10795471.

HSL color Cylindrical-coordinate representation of color #CFB9A4: hue angle of 29.3º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB9A4 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 164 -
CMYK 0 0.11 0.21 0.19
HSL 29.3º 0.31% 0.73% -
HSV(B) 29.3º 0.21% 0.81% -
XYZ 49.78 50.64 42.27 -
YUV 189.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 207 185 164 0 0.11 0.21 0.19 29.3 0.31 0.73
Hex CF B9 A4 0 B 15 13 1D 1F 49
Octal 317 271 244 0 13 25 23 35 37 111
Binary 11001111 10111001 10100100 0 1011 10101 10011 11101 11111 1001001

Color Harmonies of #CFB9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9A4

Black with #CFB9A4

Text Example


Text Example

White with #CFB9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9A4; }

 p { color: rgb(207,185,164); }

 H1.HeaderClassName
 {
   color: #CFB9A4;
 }
 .AnyTagClassName
 {
   color: #CFB9A4;
 }
</style>

background-color css

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

 a { background-color: rgb(207,185,164); }

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

border-color css

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

 span { border-color: rgb(207,185,164); }

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