Html Css Color HEX #CFBAA0 Grain Brown

📋 copy color: '#CFBAA0'

red 207 ◦ green 186 ◦ blue 160

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

Shades of Grain Brown #CFBAA0

Tints of Grain Brown #CFBAA0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

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

R = 37.43%
G = 33.63%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFBAA0 (or 0xCFBAA0) is known color: Grain Brown. HEX triplet: CF, BA and A0. RGB value is (207,186,160). Sum of RGB (Red+Green+Blue) = 207+186+160=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAA0 is #30455F. Grayscale: #BDBDBD. Windows color (decimal): -3163488 or 10533583. OLE color: 10533583.

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

Color convert

RGB 207 186 160 -
CMYK 0 0.10 0.23 0.19
HSL 33.19º 0.33% 0.72% -
HSV(B) 33.19º 0.23% 0.81% -
XYZ 49.64 50.92 40.47 -
YUV 189.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 207 186 160 0 0.10 0.23 0.19 33.19 0.33 0.72
Hex CF BA A0 0 A 17 13 21 21 48
Octal 317 272 240 0 12 27 23 41 41 110
Binary 11001111 10111010 10100000 0 1010 10111 10011 100001 100001 1001000

Color Harmonies of #CFBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBAA0

Black with #CFBAA0

Text Example


Text Example

White with #CFBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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