Html Css Color HEX #CFB9A0 Grain Brown

📋 copy color: '#CFB9A0'

red 207 ◦ green 185 ◦ blue 160

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

Shades of Grain Brown #CFB9A0

Tints of Grain Brown #CFB9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.99%

R = 37.5%
G = 33.51%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFB9A0 (or 0xCFB9A0) is known color: Grain Brown. HEX triplet: CF, B9 and A0. RGB value is (207,185,160). Sum of RGB (Red+Green+Blue) = 207+185+160=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9A0 is #30465F. Grayscale: #BCBCBC. Windows color (decimal): -3163744 or 10533327. OLE color: 10533327.

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

Color convert

RGB 207 185 160 -
CMYK 0 0.11 0.23 0.19
HSL 31.91º 0.33% 0.72% -
HSV(B) 31.91º 0.23% 0.81% -
XYZ 49.43 50.5 40.4 -
YUV 188.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 207 185 160 0 0.11 0.23 0.19 31.91 0.33 0.72
Hex CF B9 A0 0 B 17 13 20 21 48
Octal 317 271 240 0 13 27 23 40 41 110
Binary 11001111 10111001 10100000 0 1011 10111 10011 100000 100001 1001000

Color Harmonies of #CFB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9A0

Black with #CFB9A0

Text Example


Text Example

White with #CFB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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